IEdgeListTVertex, TEdge Methods |
The IEdgeListTVertex, TEdge generic type exposes the following members.
Methods
| Name | Description |
---|
 | Add | Adds an item to the ICollectionT. (Inherited from ICollectionTEdge.) |
 | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionTEdge.) |
 | Clone | |
 | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionTEdge.) |
 | CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from ICollectionTEdge.) |
 | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
 | IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListTEdge.) |
 | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListTEdge.) |
 | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionTEdge.) |
 | RemoveAt | Removes the IListT item at the specified index. (Inherited from IListTEdge.) |
 | TrimExcess | |
Top
Extension Methods
| Name | Description |
---|
 | ForEachTEdge | (Defined by Extensions.) |
 | MinByOrDefaultTEdge, TKey |
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.) |
 | ToAdjacencyGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToAdjacencyGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphTEdge, TEdge(TryFuncTEdge, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphTEdge, TEdge(FuncTEdge, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphTEdge, TEdge(TryFuncTEdge, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
Top
See Also