ITypeSymbol.IsNativeIntegerType Property

Definition

True if the type represents a native integer. In C#, the types represented by language keywords 'nint' and 'nuint'.

public bool IsNativeIntegerType { get; }
member this.IsNativeIntegerType : bool
Public ReadOnly Property IsNativeIntegerType As Boolean

Property Value

Applies to