Show / Hide Table of Contents

Class Tree

Represents a tree.

Inheritance
System.Object
Tree
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Tree

Properties

Edges

Gets or sets the edges.

Declaration
public TreeEdge[] Edges { get; set; }
Property Value
TreeEdge[]

Max

Gets or sets the maximum.

Declaration
public float Max { get; set; }
Property Value
System.Single

Back to top Built by Itinero, MIT licensed.