QuickGraph


TaggedUndirectedEdge<'TVertex, 'TTag>

Namespace: QuickGraph

A tagged undirected edge.

Constructors

ConstructorDescription
new(source, target, tag)
Signature: (source:'TVertex * target:'TVertex * tag:'TTag) -> unit

Initializes a new instance of the class.

Instance members

Instance memberDescription
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 .

Fork me on GitHub