C# 클래스 Ancestry.QueryProcessor.Type.ListType

상속: NaryType
파일 보기 프로젝트 열기: Ancestry/DotQL

공개 메소드들

메소드 설명
BuildDOM ( ) : Parse.TypeDeclaration
BuildDefault ( ) : Parse.Expression
GetNative ( Emitter emitter ) : Type
ListType ( BaseType of ) : System

메소드 상세

BuildDOM() 공개 메소드

public BuildDOM ( ) : Parse.TypeDeclaration
리턴 Parse.TypeDeclaration

BuildDefault() 공개 메소드

public BuildDefault ( ) : Parse.Expression
리턴 Parse.Expression

GetNative() 공개 메소드

public GetNative ( Emitter emitter ) : Type
emitter Ancestry.QueryProcessor.Compile.Emitter
리턴 System.Type

ListType() 공개 메소드

public ListType ( BaseType of ) : System
of BaseType
리턴 System