ITypeSymbol.IsNativeIntegerType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果類型代表原生整數,則為 True。 在 C# 中,語言關鍵字 'nint' 和 'nuint' 所代表的類型。
public bool IsNativeIntegerType { get; }
member this.IsNativeIntegerType : bool
Public ReadOnly Property IsNativeIntegerType As Boolean