Search Results for

    Show / Hide Table of Contents

    Class Dict<TValue>.Node

    Inheritance
    System.Object
    Dict<TValue>.Node
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Tessellator
    Assembly: Xbim.Tessellator.dll
    Syntax
    public class Node

    Properties

    | Improve this Doc View Source

    Key

    Declaration
    public TValue Key { get; }
    Property Value
    Type Description
    TValue
    | Improve this Doc View Source

    Next

    Declaration
    public Dict<TValue>.Node Next { get; }
    Property Value
    Type Description
    Dict.Node<>
    | Improve this Doc View Source

    Prev

    Declaration
    public Dict<TValue>.Node Prev { get; }
    Property Value
    Type Description
    Dict.Node<>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim