C# Class LispEngine.Datums.DatumExtensions

Afficher le fichier Open project: Patient0/FirstClassLisp

Méthodes publiques

Méthode Description
CastInt ( this d ) : int
CastObject ( this d ) : object
CastString ( this d ) : string
CastSymbol ( this d ) : Symbol
Enumerate ( this list ) : IEnumerable
ToArray ( this list ) : Datum[]
ToAtom ( this o ) : Datum
ToList ( this datums ) : Datum
ToSymbol ( this identifier ) : Symbol

Method Details

CastInt() public static méthode

public static CastInt ( this d ) : int
d this
Résultat int

CastObject() public static méthode

public static CastObject ( this d ) : object
d this
Résultat object

CastString() public static méthode

public static CastString ( this d ) : string
d this
Résultat string

CastSymbol() public static méthode

public static CastSymbol ( this d ) : Symbol
d this
Résultat Symbol

Enumerate() public static méthode

public static Enumerate ( this list ) : IEnumerable
list this
Résultat IEnumerable

ToArray() public static méthode

public static ToArray ( this list ) : Datum[]
list this
Résultat Datum[]

ToAtom() public static méthode

public static ToAtom ( this o ) : Datum
o this
Résultat Datum

ToList() public static méthode

public static ToList ( this datums ) : Datum
datums this
Résultat Datum

ToSymbol() public static méthode

public static ToSymbol ( this identifier ) : Symbol
identifier this
Résultat Symbol