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