IEdgeListTVertex, TEdge Interface |
Namespace: QuickGraph.Collections
public interface IEdgeList<TVertex, TEdge> : IEnumerable, IEnumerable<TEdge>, IList<TEdge>, ICollection<TEdge> where TEdge : Object, IEdge<TVertex>
The IEdgeListTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionTEdge.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionTEdge.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from IListTEdge.) |
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 |