Class Edge
Abstract representation of an edge.
Inheritance
System.Object
Edge
Inherited Members
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 Edge
Properties
Data
Returns the edge data.
Declaration
public uint[] Data { get; set; }
Property Value
|
System.UInt32[]
|
Id
Returns the id.
Declaration
public uint Id { get; set; }
Property Value
|
System.UInt32
|
Neighbour
Returns the current neighbour.
Declaration
public uint Neighbour { get; set; }
Property Value
|
System.UInt32
|
Methods
ToString()
Returns a string representing this edge.
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
System.Object.ToString()