C# Class AjErl.Language.Variable

Inheritance: IElement
Afficher le fichier Open project: ajlopez/AjErl Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FirstVariable ( ) : Variable
GetHashCode ( ) : int
ToString ( ) : string
Variable ( string name ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FirstVariable() public méthode

public FirstVariable ( ) : Variable
Résultat Variable

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Variable() public méthode

public Variable ( string name ) : System
name string
Résultat System