GraphContractInEdgeSetTVertex, TEdge Method |
Namespace:
QuickGraph.Contracts
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool InEdgeSet<TVertex, TEdge>(
IEdgeListGraph<TVertex, TEdge> g,
TEdge e
)
where TEdge : Object, IEdge<TVertex>
Parameters
- g
- Type: QuickGraphIEdgeListGraphTVertex, TEdge
- e
- Type: TEdge
Type Parameters
- TVertex
- TEdge
Return Value
Type:
Boolean
See Also