Defines where to search when trying to automatically locate an argument for a class that implements an IArgs<> interface.
- See also
- InitOnResetAttribute
| Enumerator |
|---|
| Default | Locates the argument using the default search method for the argument type in question:
|
| Children | Find.InChildren
|
| Parent | Find.InParents
|
| Initializer | Retrieves the argument from the Initializer of the client.
|