バージョン

Instruction コンストラクタ

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

パラメータ

content
説明のコンテンツ。
参照