ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / Array<T> Method

In This Topic
    Array<T> Method
    In This Topic
    Creates an Array of count elements with the given value.
    Syntax
    'Declaration
     
    Public Shared Function Array(Of T)( _
       ByVal value As T, _
       ByVal count As System.Integer _
    ) As T()
    public static T[] Array<T>( 
       T value,
       System.int count
    )

    Parameters

    value
    count

    Type Parameters

    T
    See Also