次の方法で共有


IPropertyReferenceOperation.Arguments プロパティ

定義

インスタンス引数を除くインデクサー プロパティ参照の引数。 引数は評価順です。

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IArgumentOperation ^> Arguments { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Operations::IArgumentOperation ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IArgumentOperation> Arguments { get; }
member this.Arguments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Operations.IArgumentOperation>
Public ReadOnly Property Arguments As ImmutableArray(Of IArgumentOperation)

プロパティ値

注釈

呼び出しが展開された形式の場合、params/ParamArray 引数は配列に収集されます。 ソースに省略可能な引数がない場合は、既定値が指定されます。

適用対象