Class AsymmetricCycles
Asymmetric cycles.
Inheritance
System.Object
AsymmetricCycles
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 AsymmetricCycles
Constructors
AsymmetricCycles(Int32)
Creates a new collection of asymmetric cylces.
Declaration
public AsymmetricCycles(int length)
Parameters
|
System.Int32
length
|
Properties
Cycles
Returns cycles.
Declaration
public Dictionary<int, int> Cycles { get; }
Property Value
|
Dictionary<System.Int32, System.Int32>
|
Item[Int32]
Returns the next customer.
Declaration
public int this[int from] { get; }
Parameters
|
System.Int32
from
|
Property Value
|
System.Int32
|
Length
Returns the length.
Declaration
public int Length { get; }
Property Value
|
System.Int32
|
NextArray
Returns the nextarray.
Declaration
public int[] NextArray { get; }
Property Value
|
System.Int32[]
|
Methods
AddEdge(Int32, Int32)
Adds a new edge.
Declaration
public void AddEdge(int from, int to)
Parameters
|
System.Int32
from
|
|
System.Int32
to
|