IMethodSymbol.UnmanagedCallingConventionTypes Property

Definition

Modifier types that are considered part of the calling convention of this method, if the MethodKind is FunctionPointerSignature and the CallingConvention is Unmanaged. If this is not a function pointer signature or the calling convention is not unmanaged, this is an empty array. Order and duplication of these modifiers reflect source/metadata order and duplication, whichever this symbol came from.

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)

Property Value

Applies to