Constructor EdgeDescriptor
EdgeDescriptor()
Initializes a new instance of the EdgeDescriptor<TEdgeLabel> class.
public EdgeDescriptor()
EdgeDescriptor(int, int, TEdgeLabel)
Initializes a new instance of the EdgeDescriptor<TEdgeLabel> class with the specified indices for source and target nodes and a label value.
public EdgeDescriptor(int from, int to, TEdgeLabel label)