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

返回

适用于