ITypeSymbol.IsNativeIntegerType プロパティ

定義

型がネイティブ整数を表す場合は True。 C# では、言語キーワード 'nint' と 'nuint' で表される型。

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

プロパティ値

適用対象