Retrieves all edges starting from a specific vertex
Declaration Syntax
public override List<Edge> GetEdgesFrom(
Vertex v
)
Public Overrides Function GetEdgesFrom ( _
v As Vertex _
) As List(Of Edge)
public:
virtual List<Edge^>^ GetEdgesFrom(
Vertex^ v
) override
Parameters
Return Value
A list of the edges
Assembly:
FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)