C# Class Pegasus.Expressions.Identifier

Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
Identifier ( string name, Cursor start, Cursor end ) : System

Initializes a new instance of the Identifier class.

ToString ( ) : string

Method Details

Identifier() public méthode

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 .
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string