Search Results for

    Show / Hide Table of Contents

    Class DeletableComparer

    Inheritance
    object
    DeletableComparer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Comparers
    Assembly: ZoneTree.dll
    Syntax
    public static class DeletableComparer

    Methods

    | Improve this Doc View Source

    From<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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io