INamedTypeSymbol.GetTypeArgumentCustomModifiers(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回已取代類型參數之類型引數的自訂修飾詞。 修飾詞會對應至陣列內相同序數的 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