Delegate IsValueDeletedDelegate<TValue>
A delegate to query value deletion state.
Namespace: Tenray.ZoneTree.Options
Assembly: ZoneTree.dll
Syntax
public delegate bool IsValueDeletedDelegate<TValue>(in TValue value)
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | value | Value to be queried |
Returns
| Type | Description |
|---|---|
| bool | true if value is deleted, false otherwise |
Type Parameters
| Name | Description |
|---|---|
| TValue | The value type |