Compilation.CreateNativeIntegerTypeSymbol(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回代表原生整數的新 INamedTypeSymbol。
public Microsoft.CodeAnalysis.INamedTypeSymbol CreateNativeIntegerTypeSymbol (bool signed);
member this.CreateNativeIntegerTypeSymbol : bool -> Microsoft.CodeAnalysis.INamedTypeSymbol
Public Function CreateNativeIntegerTypeSymbol (signed As Boolean) As INamedTypeSymbol
參數
- signed
- Boolean
傳回
例外狀況
如果編譯是 VisualBasic 編譯。