Interface IImplicitVertexSet<TVertex>
Represents an implicit set of vertices.
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public interface IImplicitVertexSet<in TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
Methods
| Improve this Doc View SourceContainsVertex(TVertex)
Determines whether this set contains the specified vertex
.
Declaration
bool ContainsVertex(TVertex vertex)
Parameters
Type | Name | Description |
---|---|---|
TVertex | vertex | Vertex to check. |
Returns
Type | Description |
---|---|
System.Boolean | True if the specified |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|