Freigeben über


Engine.GetAllFunctionNames Method

Definition

List all functions (both builtin and custom) registered with this evaluator.

public System.Collections.Generic.IEnumerable<string> GetAllFunctionNames();
member this.GetAllFunctionNames : unit -> seq<string>
Public Function GetAllFunctionNames () As IEnumerable(Of String)

Returns

Applies to