IParameterSymbol.CustomModifiers 속성

정의

매개 변수 형식과 연결된 사용자 지정 한정자이거나, 없는 경우 빈 배열입니다.

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

속성 값

적용 대상