INamedTypeSymbol.NativeIntegerUnderlyingType Property

Definition

If this is a native integer, returns the symbol for the underlying type, either IntPtr or UIntPtr. Otherwise, returns null.

public Microsoft.CodeAnalysis.INamedTypeSymbol? NativeIntegerUnderlyingType { get; }
member this.NativeIntegerUnderlyingType : Microsoft.CodeAnalysis.INamedTypeSymbol
Public ReadOnly Property NativeIntegerUnderlyingType As INamedTypeSymbol

Property Value

Applies to