FunctionCallNode.Arguments Property

Definition

Gets the list of arguments to this function call.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.MobileServices.Query.QueryNode> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<Microsoft.WindowsAzure.MobileServices.Query.QueryNode>
Public ReadOnly Property Arguments As IList(Of QueryNode)

Property Value

Applies to