共用方式為


ITypeSymbol.IsNativeIntegerType 屬性

定義

如果類型代表原生整數,則為 True。 在 C# 中,語言關鍵字 'nint' 和 'nuint' 所代表的類型。

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

屬性值

適用於