STaggedEdge<'TVertex, 'TTag>
Namespace: QuickGraph
A tagged edge as value type.
Constructors
Constructor | Description |
new(source, target, tag)
Signature: (source:'TVertex * target:'TVertex * tag:'TTag) -> unit
|
Instance members
Instance member | Description |
Source
Signature: 'TVertex
Modifiers: abstract |
|
Tag()
Signature: unit -> unit
Modifiers: abstract |
|
TagChanged
Signature: IEvent<EventHandler,EventArgs>
Modifiers: abstract |
|
Target
Signature: 'TVertex
Modifiers: abstract |
|
ToString()
Signature: unit -> string
Modifiers: abstract |
Returns a that represents the current . |