INamedTypeSymbol.GetTypeArgumentCustomModifiers(Int32) 메서드

정의

형식 매개 변수로 대체된 형식 인수에 대한 사용자 지정 한정자를 반환합니다. 한정자는 배열 내의 동일한 서수에 있는 형식 인수에 해당합니다 TypeArguments . 한정자가 없으면 빈 배열을 반환합니다.

public:
 System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CustomModifier ^> GetTypeArgumentCustomModifiers(int ordinal);
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CustomModifier> GetTypeArgumentCustomModifiers (int ordinal);
abstract member GetTypeArgumentCustomModifiers : int -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CustomModifier>
Public Function GetTypeArgumentCustomModifiers (ordinal As Integer) As ImmutableArray(Of CustomModifier)

매개 변수

ordinal
Int32

반환

적용 대상