GraphTraversal.ToList Method ()

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Syntax

public List<object> ToList()
public:
List<Object^>^ ToList()
Public Function ToList As List(Of Object)

Return Value

Type: System.Collections.Generic.List<Object>

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top