C# Class FlatRedBall.Glue.Parsing.ParsedType

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
GenericRestrictions List
GenericType ParsedType
IsInterface bool
Name string
NumberOfElements int
RuntimeType System.Type

Méthodes publiques

Méthode 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

Méthode Description
ParsedType ( ) : System
Unqualify ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : ParsedType
Résultat ParsedType

GetAllTypesAsStrings() public méthode

public GetAllTypesAsStrings ( List listToFill ) : void
listToFill List
Résultat void

GetAllTypesAsStrings() public méthode

public GetAllTypesAsStrings ( List listToFill, bool useGenericRotation ) : void
listToFill List
useGenericRotation bool
Résultat void

IsPrimitiveType() public static méthode

public static IsPrimitiveType ( string typeString ) : bool
typeString string
Résultat bool

ParsedType() public méthode

public ParsedType ( string entireString ) : System
entireString string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringNoGeneric() public méthode

public ToStringNoGeneric ( ) : string
Résultat string

Property Details

GenericRestrictions public_oe property

public List GenericRestrictions
Résultat List

GenericType public_oe property

public ParsedType,FlatRedBall.Glue.Parsing GenericType
Résultat ParsedType

IsInterface public_oe property

public bool IsInterface
Résultat bool

Name public_oe property

public string Name
Résultat string

NumberOfElements public_oe property

public int NumberOfElements
Résultat int

RuntimeType public_oe property

public Type,System RuntimeType
Résultat System.Type