Method | Description | |
---|---|---|
GetAllFieldsFromType ( this type ) : IEnumerable |
Returns all fields from this type, including static, private and inherited private fields.
|
|
GetFieldByName ( this type, string name ) : |
Searches for the field identified by the given name, regardless of type or accessibility. If it exists, it's returned.
|
public static GetAllFieldsFromType ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetFieldByName ( this type, string name ) : |
||
type | this | |
name | string | |
return |