SUndirectedTaggedEdge<'TVertex, 'TTag>
Namespace: QuickGraph
An struct based implementation.
Constructors
Constructor | Description |
new(source, target, tag)
Signature: (source:'TVertex * target:'TVertex * tag:'TTag) -> unit
|
Initializes a new instance of the class. |
Instance members
Instance member | Description |
Source
Signature: 'TVertex
Modifiers: abstract |
Gets the source vertex |
Tag()
Signature: unit -> unit
Modifiers: abstract |
|
TagChanged
Signature: IEvent<EventHandler,EventArgs>
Modifiers: abstract |
|
Target
Signature: 'TVertex
Modifiers: abstract |
Gets the target vertex |
ToString()
Signature: unit -> string
Modifiers: abstract |
Returns a that represents the current . |