Click or drag to resize

IEdgeListTVertex, TEdge Methods

The IEdgeListTVertex, TEdge generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
(Inherited from ICollectionTEdge.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from ICollectionTEdge.)
Public methodClone
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionTEdge.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionTEdge.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of a specific item in the IListT.
(Inherited from IListTEdge.)
Public methodInsert
Inserts an item to the IListT at the specified index.
(Inherited from IListTEdge.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionTEdge.)
Public methodRemoveAt
Removes the IListT item at the specified index.
(Inherited from IListTEdge.)
Public methodTrimExcess
Top
Extension Methods
  NameDescription
Public Extension MethodForEachTEdge (Defined by Extensions.)
Public Extension MethodMinByOrDefaultTEdge, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphTEdge, TEdge(TryFuncTEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphTEdge, TEdge(TryFuncTEdge, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Top
See Also