C# Class AjErl.Language.Atom

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

Méthodes publiques

Méthode Description
Atom ( string name ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
Match ( Atom atom ) : bool
ToString ( ) : string

Method Details

Atom() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Match() public méthode

public Match ( Atom atom ) : bool
atom Atom
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string