CodeGenerator.OutputIdentifier(String) 方法

定义

输出指定的标识符。

protected:
 virtual void OutputIdentifier(System::String ^ ident);
protected virtual void OutputIdentifier (string ident);
abstract member OutputIdentifier : string -> unit
override this.OutputIdentifier : string -> unit
Protected Overridable Sub OutputIdentifier (ident As String)

参数

ident
String

要输出的标识符。

适用于