C1.Win.C1DX.4.8 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()
 

Parameters

value
count

Type Parameters

T
See Also