C# Class FlatRedBall.Glue.Parsing.ParsedType

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
GenericRestrictions List
GenericType ParsedType
IsInterface bool
Name string
NumberOfElements int
RuntimeType System.Type

Public Methods

Method Description
Clone ( ) : ParsedType
GetAllTypesAsStrings ( List listToFill ) : void
GetAllTypesAsStrings ( List listToFill, bool useGenericRotation ) : void
IsPrimitiveType ( string typeString ) : bool
ParsedType ( string entireString ) : System
ToString ( ) : string
ToStringNoGeneric ( ) : string

Private Methods

Method Description
ParsedType ( ) : System
Unqualify ( ) : void

Method Details

Clone() public method

public Clone ( ) : ParsedType
return ParsedType

GetAllTypesAsStrings() public method

public GetAllTypesAsStrings ( List listToFill ) : void
listToFill List
return void

GetAllTypesAsStrings() public method

public GetAllTypesAsStrings ( List listToFill, bool useGenericRotation ) : void
listToFill List
useGenericRotation bool
return void

IsPrimitiveType() public static method

public static IsPrimitiveType ( string typeString ) : bool
typeString string
return bool

ParsedType() public method

public ParsedType ( string entireString ) : System
entireString string
return System

ToString() public method

public ToString ( ) : string
return string

ToStringNoGeneric() public method

public ToStringNoGeneric ( ) : string
return string

Property Details

GenericRestrictions public property

public List GenericRestrictions
return List

GenericType public property

public ParsedType,FlatRedBall.Glue.Parsing GenericType
return ParsedType

IsInterface public property

public bool IsInterface
return bool

Name public property

public string Name
return string

NumberOfElements public property

public int NumberOfElements
return int

RuntimeType public property

public Type,System RuntimeType
return System.Type