WrappedGraphGetEdges Method  | 
 [Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.GetEdges"]
 
    Namespace: 
   VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic IEnumerable<IEdge> GetEdges()
Public Function GetEdges As IEnumerable(Of IEdge)
public:
virtual IEnumerable<IEdge^>^ GetEdges() sealed
abstract GetEdges : unit -> IEnumerable<IEdge> 
override GetEdges : unit -> IEnumerable<IEdge> 
Return Value
Type: 
IEnumerableIEdge[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.GetEdges"]
Implements
IGraphGetEdges
See Also