ComponentOne Bitmap for WPF
Array<T> Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : Array<T> Method
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

Reference

DXUtil Class
DXUtil Members