IPointerTypeSymbol.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)

속성 값

설명

일부 관리되는 언어는 포인터 형식 또는 요소 형식 또는 둘 다에 대한 사용자 지정 한정자로 포인터 형식에 대한 특수 정보를 나타낼 수 있습니다.

적용 대상