Class DeletableComparer
Inherited Members
Namespace: Tenray.ZoneTree.Comparers
Assembly: ZoneTree.dll
Syntax
public static class DeletableComparer
Methods
| Improve this Doc View SourceFrom<TValue>(IRefComparer<TValue>)
Declaration
public static IRefComparer<Deletable<TValue>> From<TValue>(IRefComparer<TValue> comparer)
Parameters
Type | Name | Description |
---|---|---|
IRefComparer<TValue> | comparer |
Returns
Type | Description |
---|---|
IRefComparer<Deletable<TValue>> |
Type Parameters
Name | Description |
---|---|
TValue |