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
Gets the edge data.
Declaration
public uint[] Data { get; }
Property Value
System.UInt32[]
|
DataInverted
Returns true if the edge data is inverted relative to the direction of this edge.
Declaration
public bool DataInverted { get; }
Property Value
System.Boolean
|
From
Gets the vertex at the beginning of this edge.
Declaration
public uint From { get; }
Property Value
System.UInt32
|
Id
Gets the edge id.
Declaration
public uint Id { get; }
Property Value
System.UInt32
|
To
Gets the vertex at the end of this edge.
Declaration
public uint To { get; }
Property Value
System.UInt32
|
Methods
ToString()
Returns a string representing this edge.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()