IMutableVertexSetTVertex Interface |
Namespace: QuickGraph
public interface IMutableVertexSet<TVertex> : IImplicitVertexSet<TVertex>, IVertexSet<TVertex>
The IMutableVertexSetTVertex type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsVerticesEmpty | (Inherited from IVertexSetTVertex.) |
![]() | VertexCount | (Inherited from IVertexSetTVertex.) |
![]() | Vertices | (Inherited from IVertexSetTVertex.) |
Name | Description | |
---|---|---|
![]() | AddVertex | |
![]() | AddVertexRange | |
![]() | ContainsVertex | (Inherited from IImplicitVertexSetTVertex.) |
![]() | RemoveVertex | |
![]() | RemoveVertexIf |
Name | Description | |
---|---|---|
![]() | VertexAdded | |
![]() | VertexRemoved |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |