バージョン

Comment コンストラクタ

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

パラメータ

text
コメントのコンテンツ。
参照