TaggedUndirectedEdge<'TVertex, 'TTag>
Namespace: QuickGraph
A tagged undirected edge.
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 |
Tag()
Signature: unit -> unit
Modifiers: abstract |
Gets or sets the tag |
TagChanged
Signature: IEvent<EventHandler,EventArgs>
Modifiers: abstract |
Raised when the tag is changed |
ToString()
Signature: unit -> string
Modifiers: abstract |
Returns a that represents the current . |