EachField<T>

Class in Arbor / Inherits from: object

Description

Find each serializable field

Type Parameters

Type Parameter Name Description Type Constraints
T Type to find

Static Methods

Method Name Description
ClearCache Clear cache
Find Find the field.
GetFields Get Fields

Interfaces

Type Name Description
IFindReceiver Interface to receive the found value

Delegates

Type Name Description
OnFind Callback when found.
OnFindEx Callback when found.