バージョン

Field コンストラクタ(String,Type)

Field クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal dataType As Type _
)
public Field( 
   string name,
   Type dataType
)

パラメータ

name
フィールドの名前。
dataType
フィールドに含まれるデータ型
参照