CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。
オーバーロードの一覧
名前 | 説明 |
---|---|
CodeVariableDeclarationStatement () | CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
CodeVariableDeclarationStatement (CodeTypeReference, String) | 型と名前を指定して、CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
CodeVariableDeclarationStatement (String, String) | データ型名と変数名を指定して、CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
CodeVariableDeclarationStatement (Type, String) | データ型と変数名を指定して、CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
CodeVariableDeclarationStatement (CodeTypeReference, String, CodeExpression) | データ型、変数名、および初期化式を指定して、CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
CodeVariableDeclarationStatement (String, String, CodeExpression) | データ型、変数名、および初期化式を指定して、CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
CodeVariableDeclarationStatement (Type, String, CodeExpression) | データ型、変数名、および初期化式を指定して、CodeVariableDeclarationStatement クラスの新しいインスタンスを初期化します。 |
参照
関連項目
CodeVariableDeclarationStatement クラス
CodeVariableDeclarationStatement メンバ
System.CodeDom 名前空間