CodeStatementCollection コンストラクタ ()とは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > CodeStatementCollection コンストラクタ ()の意味・解説 

CodeStatementCollection コンストラクタ ()

CodeStatementCollection クラス新しインスタンス初期化します。

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Dim instance As New CodeStatementCollection
public CodeStatementCollection ()
public:
CodeStatementCollection ()
public CodeStatementCollection ()
public function CodeStatementCollection ()
使用例使用例
' Creates an empty CodeStatementCollection.
Dim collection As New CodeStatementCollection
// Creates an empty CodeStatementCollection.
CodeStatementCollection collection = new CodeStatementCollection();
// Creates an empty CodeStatementCollection.
CodeStatementCollection^ collection = gcnew CodeStatementCollection;
// Creates an empty CodeStatementCollection.
CodeStatementCollection collection = new CodeStatementCollection();
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CodeStatementCollection クラス
CodeStatementCollection メンバ
System.CodeDom 名前空間

CodeStatementCollection コンストラクタ (CodeStatementCollection)

指定したソース コレクション要素格納する CodeStatementCollection クラス新しインスタンス初期化します。

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Public Sub New ( _
    value As CodeStatementCollection _
)
Dim value As CodeStatementCollection

Dim instance As New CodeStatementCollection(value)
public CodeStatementCollection (
    CodeStatementCollection value
)
public:
CodeStatementCollection (
    CodeStatementCollection^ value
)
public CodeStatementCollection (
    CodeStatementCollection value
)
public function CodeStatementCollection (
    value : CodeStatementCollection
)

パラメータ

value

コレクション初期化するために使用する CodeStatementCollection。

例外例外
例外種類条件

ArgumentNullException

valuenull 参照 (Visual Basic では Nothing) です。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CodeStatementCollection クラス
CodeStatementCollection メンバ
System.CodeDom 名前空間

CodeStatementCollection コンストラクタ (CodeStatement[])

CodeStatement オブジェクト指定した配列格納する CodeStatementCollection クラス新しインスタンス初期化します。

名前空間: System.CodeDom
アセンブリ: System (system.dll 内)
構文構文

Public Sub New ( _
    value As CodeStatement() _
)
Dim value As CodeStatement()

Dim instance As New CodeStatementCollection(value)
public CodeStatementCollection (
    CodeStatement[] value
)
public:
CodeStatementCollection (
    array<CodeStatement^>^ value
)
public CodeStatementCollection (
    CodeStatement[] value
)
public function CodeStatementCollection (
    value : CodeStatement[]
)

パラメータ

value

コレクション初期化するために使用する CodeStatement オブジェクト配列

例外例外
例外種類条件

ArgumentNullException

valuenull 参照 (Visual Basic では Nothing) です。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CodeStatementCollection クラス
CodeStatementCollection メンバ
System.CodeDom 名前空間

CodeStatementCollection コンストラクタ

CodeStatementCollection クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
CodeStatementCollection () CodeStatementCollection クラス新しインスタンス初期化します。
CodeStatementCollection (CodeStatement[]) CodeStatement オブジェクト指定した配列格納する CodeStatementCollection クラス新しインスタンス初期化します。
CodeStatementCollection (CodeStatementCollection) 指定したソース コレクション要素格納する CodeStatementCollection クラス新しインスタンス初期化します。
参照参照

関連項目

CodeStatementCollection クラス
CodeStatementCollection メンバ
System.CodeDom 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CodeStatementCollection コンストラクタ ()」の関連用語

CodeStatementCollection コンストラクタ ()のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CodeStatementCollection コンストラクタ ()のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS