Search Results for

    Show / Hide Table of Contents

    Class ZoneTreeLoader<TKey, TValue>

    Inheritance
    object
    ZoneTreeLoader<TKey, TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Core
    Assembly: ZoneTree.dll
    Syntax
    public sealed class ZoneTreeLoader<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Improve this Doc View Source

    ZoneTreeLoader(ZoneTreeOptions<TKey, TValue>)

    Declaration
    public ZoneTreeLoader(ZoneTreeOptions<TKey, TValue> options)
    Parameters
    Type Name Description
    ZoneTreeOptions<TKey, TValue> options

    Properties

    | Improve this Doc View Source

    ZoneTreeMetaExists

    Declaration
    public bool ZoneTreeMetaExists { get; }
    Property Value
    Type Description
    bool

    Methods

    | Improve this Doc View Source

    LoadZoneTree()

    Declaration
    public ZoneTree<TKey, TValue> LoadZoneTree()
    Returns
    Type Description
    ZoneTree<TKey, TValue>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io