Class AsymmetricAlternatingCycles
A collection of asymmetric alternating cycles.
Inheritance
System.Object
AsymmetricAlternatingCycles
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 AsymmetricAlternatingCycles
Constructors
AsymmetricAlternatingCycles(Int32)
Create a new collection of asymmetric alternating cycles.
Declaration
public AsymmetricAlternatingCycles(int length)
Parameters
|
System.Int32
length
|
Properties
Cycles
Returns the cycles.
Declaration
public Dictionary<int, int> Cycles { get; }
Property Value
|
Dictionary<System.Int32, System.Int32>
|
Methods
AddEdge(Int32, Int32, Int32)
Adds an edge.
Declaration
public void AddEdge(int fromA, int to, int fromB)
Parameters
|
System.Int32
fromA
|
|
System.Int32
to
|
|
System.Int32
fromB
|