C# Class Pegasus.Expressions.Identifier

Exibir arquivo Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
Identifier ( string name, Cursor start, Cursor end ) : System

Initializes a new instance of the Identifier class.

ToString ( ) : string

Method Details

Identifier() public method

Initializes a new instance of the Identifier class.
public Identifier ( string name, Cursor start, Cursor end ) : System
name string The name of the .
start Cursor The cursor just before the .
end Cursor The cursor just after the .
return System

ToString() public method

public ToString ( ) : string
return string