C# 클래스 FlatRedBall.Glue.Parsing.ParsedType

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GenericRestrictions List
GenericType ParsedType
IsInterface bool
Name string
NumberOfElements int
RuntimeType System.Type

공개 메소드들

메소드 설명
Clone ( ) : ParsedType
GetAllTypesAsStrings ( List listToFill ) : void
GetAllTypesAsStrings ( List listToFill, bool useGenericRotation ) : void
IsPrimitiveType ( string typeString ) : bool
ParsedType ( string entireString ) : System
ToString ( ) : string
ToStringNoGeneric ( ) : string

비공개 메소드들

메소드 설명
ParsedType ( ) : System
Unqualify ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : ParsedType
리턴 ParsedType

GetAllTypesAsStrings() 공개 메소드

public GetAllTypesAsStrings ( List listToFill ) : void
listToFill List
리턴 void

GetAllTypesAsStrings() 공개 메소드

public GetAllTypesAsStrings ( List listToFill, bool useGenericRotation ) : void
listToFill List
useGenericRotation bool
리턴 void

IsPrimitiveType() 공개 정적인 메소드

public static IsPrimitiveType ( string typeString ) : bool
typeString string
리턴 bool

ParsedType() 공개 메소드

public ParsedType ( string entireString ) : System
entireString string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringNoGeneric() 공개 메소드

public ToStringNoGeneric ( ) : string
리턴 string

프로퍼티 상세

GenericRestrictions 공개적으로 프로퍼티

public List GenericRestrictions
리턴 List

GenericType 공개적으로 프로퍼티

public ParsedType,FlatRedBall.Glue.Parsing GenericType
리턴 ParsedType

IsInterface 공개적으로 프로퍼티

public bool IsInterface
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

NumberOfElements 공개적으로 프로퍼티

public int NumberOfElements
리턴 int

RuntimeType 공개적으로 프로퍼티

public Type,System RuntimeType
리턴 System.Type