Delegate PropertyAccessor<T, U>.Getter
A getter for a property.
Namespace: IPA.Utilities
Assembly: IPA.Loader.dll
Syntax
public delegate U Getter(ref T obj);
Parameters
Type | Name | Description |
---|---|---|
T | obj | the object it is a member of |
Returns
Type | Description |
---|---|
U | the value of the property |