IRaiseEventOperation.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 인수가 배열로 수집됩니다. 원본에서 누락된 선택적 인수에 대해 기본값이 제공됩니다.

적용 대상