Partager via


IMethodSymbol.UnmanagedCallingConventionTypes Propriété

Définition

Types de modificateurs considérés comme faisant partie de la convention d’appel de cette méthode, si l’est MethodKindFunctionPointerSignature et l’est CallingConventionUnmanaged. S’il ne s’agit pas d’une signature de pointeur de fonction ou si la convention d’appel n’est pas managée, il s’agit d’un tableau vide. L’ordre et la duplication de ces modificateurs reflètent l’ordre source/métadonnées et la duplication, selon ce symbole.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol> UnmanagedCallingConventionTypes { get; }
member this.UnmanagedCallingConventionTypes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol>
Public ReadOnly Property UnmanagedCallingConventionTypes As ImmutableArray(Of INamedTypeSymbol)

Valeur de propriété

S’applique à