Arbor: State Diagram Editor
2.2.0
|
Find each serializable field More...
Public Member Functions | |
delegate void | OnFind (T data) |
Static Public Member Functions | |
static void | Find (object obj, System.Type type, OnFind onFind) |
Find the field. More... | |
Find each serializable field
T | Type to find |
|
static |
Find the field.
obj | Object |
type | Type of object |
onFind | Callback If you find |
delegate void OnFind | ( | T | data | ) |