C# Class AjErl.Language.Tuple

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

Méthodes publiques

Méthode Description
ElementAt ( int position ) : object
FirstVariable ( ) : Variable
Match ( Tuple tuple, Context context ) : bool
ToString ( ) : string
Tuple ( IEnumerable elements ) : System

Method Details

ElementAt() public méthode

public ElementAt ( int position ) : object
position int
Résultat object

FirstVariable() public méthode

public FirstVariable ( ) : Variable
Résultat Variable

Match() public méthode

public Match ( Tuple tuple, Context context ) : bool
tuple Tuple
context Context
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Tuple() public méthode

public Tuple ( IEnumerable elements ) : System
elements IEnumerable
Résultat System