Delegate FieldAccessor<T, U>.Accessor
A delegate for a field accessor taking a T ref and returning a U ref.
Namespace: IPA.Utilities
Assembly: IPA.Loader.dll
Syntax
public delegate U Accessor(ref T obj);
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | the object to access the field of |
Returns
| Type | Description |
|---|---|
| U | a reference to the field's value |