Click or drag to resize

IEdgeListTVertex, TEdge Interface

Namespace:  QuickGraph.Collections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IEdgeList<TVertex, TEdge> : IEnumerable, 
	IEnumerable<TEdge>, IList<TEdge>, ICollection<TEdge>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IEdgeListTVertex, TEdge type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
(Inherited from ICollectionTEdge.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionTEdge.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListTEdge.)
Top
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