CodeGenerator.OutputIdentifier(String) Method

Definition

Outputs the specified identifier.

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)

Parameters

ident
String

The identifier to output.

Applies to