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 SourceKey
Declaration
public TValue Key { get; }
Property Value
| Type | Description |
|---|---|
| TValue |
Next
Declaration
public Dict<TValue>.Node Next { get; }
Property Value
| Type | Description |
|---|---|
| Dict.Node<> |
Prev
Declaration
public Dict<TValue>.Node Prev { get; }
Property Value
| Type | Description |
|---|---|
| Dict.Node<> |