バージョン

ValueKeyword コンストラクタ(Byte,Target,Int32)

新しい ValueKeyword を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal symbol As Byte, _
   ByVal target As Target, _
   ByVal value As Integer _
)
public ValueKeyword( 
   byte symbol,
   Target target,
   int value
)

パラメータ

symbol
キーワード記号。
target
キーワード グループ
value
キーワード値。
参照