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
Max
Gets or sets the maximum.
Declaration
public float Max { get; set; }
Property Value
System.Single
|