C# Class FlatRedBall.Glue.Parsing.ParsedProperty

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

Méthodes publiques

Свойство Type Description
GetContents string
HasAutomaticGetter bool
HasAutomaticSetter bool
IsStatic bool
IsVirtual bool
Name string
Scope Scope
SetContents string
Type ParsedType

Méthodes publiques

Méthode Description
Clone ( ) : ParsedProperty
ParsedProperty ( ) : System
ParsedProperty ( Scope scope, string type, string name ) : System
ToString ( ) : string

Private Methods

Méthode Description
FromPropertyInfo ( System property ) : ParsedProperty

Method Details

Clone() public méthode

public Clone ( ) : ParsedProperty
Résultat ParsedProperty

ParsedProperty() public méthode

public ParsedProperty ( ) : System
Résultat System

ParsedProperty() public méthode

public ParsedProperty ( Scope scope, string type, string name ) : System
scope Scope
type string
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

GetContents public_oe property

public string GetContents
Résultat string

HasAutomaticGetter public_oe property

public bool HasAutomaticGetter
Résultat bool

HasAutomaticSetter public_oe property

public bool HasAutomaticSetter
Résultat bool

IsStatic public_oe property

public bool IsStatic
Résultat bool

IsVirtual public_oe property

public bool IsVirtual
Résultat bool

Name public_oe property

public string Name
Résultat string

Scope public_oe property

public Scope Scope
Résultat Scope

SetContents public_oe property

public string SetContents
Résultat string

Type public_oe property

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