IVertexEdgeDictionaryTVertex, TEdge Interface |
Namespace: QuickGraph.Collections
public interface IVertexEdgeDictionary<TVertex, TEdge> : IEnumerable, IDictionary<TVertex, IEdgeList<TVertex, TEdge>>, ICollection<KeyValuePair<TVertex, IEdgeList<TVertex, TEdge>>>, IEnumerable<KeyValuePair<TVertex, IEdgeList<TVertex, TEdge>>> where TEdge : Object, IEdge<TVertex>
The IVertexEdgeDictionaryTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | Item | Gets or sets the element with the specified key. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |
![]() | Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |
![]() | Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |
Name | Description | |
---|---|---|
![]() | Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | Add(TKey, TValue) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | Clone | |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |
![]() | CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | Remove(TKey) | Removes the element with the specified key from the IDictionaryTKey, TValue. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |
![]() | Remove(T) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionKeyValuePairTVertex, IEdgeListTVertex, TEdge.) |
![]() | TryGetValue | Gets the value associated with the specified key. (Inherited from IDictionaryTVertex, IEdgeListTVertex, TEdge.) |