C# Class FlatRedBall.Glue.Parsing.ParsedField

Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
IsConst bool
IsStatic bool
Name string
Scope Scope
Type ParsedType
ValueToAssignTo string

Public Methods

Method Description
Clone ( ) : ParsedField
ParsedField ( ) : System
ParsedField ( Scope scope, string type, string name ) : System
ToString ( ) : string

Private Methods

Method Description
FromFieldInfo ( System field ) : ParsedField

Method Details

Clone() public method

public Clone ( ) : ParsedField
return ParsedField

ParsedField() public method

public ParsedField ( ) : System
return System

ParsedField() public method

public ParsedField ( Scope scope, string type, string name ) : System
scope Scope
type string
name string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

IsConst public_oe property

public bool IsConst
return bool

IsStatic public_oe property

public bool IsStatic
return bool

Name public_oe property

public string Name
return string

Scope public_oe property

public Scope Scope
return Scope

Type public_oe property

public ParsedType,FlatRedBall.Glue.Parsing Type
return ParsedType

ValueToAssignTo public_oe property

public string ValueToAssignTo
return string