Class TreeMock.Edge
Inheritance
System.Object
TreeMock.Edge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: MoreStructures.Tests.RecImmTrees
Assembly: MoreStructures.Tests.dll
Syntax
public class Edge : IRecImmDictIndexedTreeEdge<TreeMock.Edge, TreeMock.Node>, IEquatable<TreeMock.Edge>
Constructors
| Improve this Doc View SourceEdge(Int32)
Declaration
public Edge(int Id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Id |
Properties
| Improve this Doc View SourceId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCompareTo(TreeMock.Edge)
Declaration
public int CompareTo(TreeMock.Edge other)
Parameters
Type | Name | Description |
---|---|---|
TreeMock.Edge | other |
Returns
Type | Description |
---|---|
System.Int32 |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
IComparable<>
System.IEquatable<T>