C# Класс LispEngine.Datums.DatumExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CastInt() публичный статический Метод

public static CastInt ( this d ) : int
d this
Результат int

CastObject() публичный статический Метод

public static CastObject ( this d ) : object
d this
Результат object

CastString() публичный статический Метод

public static CastString ( this d ) : string
d this
Результат string

CastSymbol() публичный статический Метод

public static CastSymbol ( this d ) : Symbol
d this
Результат Symbol

Enumerate() публичный статический Метод

public static Enumerate ( this list ) : IEnumerable
list this
Результат IEnumerable

ToArray() публичный статический Метод

public static ToArray ( this list ) : Datum[]
list this
Результат Datum[]

ToAtom() публичный статический Метод

public static ToAtom ( this o ) : Datum
o this
Результат Datum

ToList() публичный статический Метод

public static ToList ( this datums ) : Datum
datums this
Результат Datum

ToSymbol() публичный статический Метод

public static ToSymbol ( this identifier ) : Symbol
identifier this
Результат Symbol