GraphContractInVertexSetTVertex Method (IVertexSetTVertex, TVertex) |
Namespace:
QuickGraph.Contracts
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool InVertexSet<TVertex>(
IVertexSet<TVertex> g,
TVertex v
)
Parameters
- g
- Type: QuickGraphIVertexSetTVertex
- v
- Type: TVertex
Type Parameters
- TVertex
Return Value
Type:
Boolean
See Also