Bitmap for WPF
Array<T> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : Array<T> メソッド
Creates an Array of count elements with the given value.
シンタックス
'宣言
 
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
)

パラメータ

value
count

型パラメータ

T
参照

DXUtil クラス
DXUtil メンバ