Property | Type | Description | |
---|---|---|---|
IsConst | bool | ||
IsStatic | bool | ||
Name | string | ||
Scope | Scope | ||
Type | |||
ValueToAssignTo | string |
Method | Description | |
---|---|---|
Clone ( ) : |
||
ParsedField ( ) : System | ||
ParsedField ( Scope scope, string type, string name ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
FromFieldInfo ( System field ) : |
public ParsedField ( Scope scope, string type, string name ) : System | ||
scope | Scope | |
type | string | |
name | string | |
return | System |