IMethodSymbol.UnmanagedCallingConventionTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)