Delegate ValueUpdaterDelegate<TValue>
Value updater delegate.
Namespace: Tenray.ZoneTree
Assembly: ZoneTree.dll
Syntax
public delegate bool ValueUpdaterDelegate<TValue>(ref TValue value)
Parameters
Type | Name | Description |
---|---|---|
TValue | value | The value as a reference to be updated. |
Returns
Type | Description |
---|---|
bool | true if the value is updated, false otherwise. |
Type Parameters
Name | Description |
---|---|
TValue | The value type |