C# 클래스 LispEngine.Datums.DatumExtensions

파일 보기 프로젝트 열기: Patient0/FirstClassLisp

공개 메소드들

메소드 설명
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