Method ExtractAll
ExtractAll(object)
Extract all bindings from an object.
Declaration
public static List<FieldInfo> ExtractAll(object instance)
Parameters
| Type | Name | Description |
|---|---|---|
| object | instance | Object to extract bindings from. |
Returns
| Type | Description |
|---|---|
| List<FieldInfo> | List of fields which are bindings. |