INamedTypeSymbol.GetTypeArgumentCustomModifiers(Int32) Methode

Definition

Gibt benutzerdefinierte Modifizierer für das Typargument zurück, das für den Typparameter ersetzt wurde. Die Modifizierer entsprechen dem Typargument im gleichen Ordnungszeichen innerhalb des TypeArguments Arrays. Gibt ein leeres Array zurück, wenn keine Modifizierer vorhanden sind.

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)

Parameter

ordinal
Int32

Gibt zurück

Gilt für: