Share via


CodeParameterDeclarationExpressionCollection.Item[Int32] プロパティ

定義

コレクション内の指定したインデックスでの CodeParameterDeclarationExpression を取得または設定します。

public:
 property System::CodeDom::CodeParameterDeclarationExpression ^ default[int] { System::CodeDom::CodeParameterDeclarationExpression ^ get(int index); void set(int index, System::CodeDom::CodeParameterDeclarationExpression ^ value); };
public System.CodeDom.CodeParameterDeclarationExpression this[int index] { get; set; }
member this.Item(int) : System.CodeDom.CodeParameterDeclarationExpression with get, set
Default Public Property Item(index As Integer) As CodeParameterDeclarationExpression

パラメーター

index
Int32

アクセスするコレクションのインデックス。

プロパティ値

有効な各インデックスにある CodeParameterDeclarationExpression

例外

index パラメーターが、コレクションのインデックスの有効範囲外です。

注釈

このメソッドは、コレクションへのアクセスに使用できるインデクサーです。

適用対象