[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionResolver.GetFunctionEnumerator

GetFunctionEnumerator Method

GetFunctionEnumerator()

Gets an IEnumerator that enumerates through the names of the custom functions in the model.

Declaration
public IEnumerator<Function> GetFunctionEnumerator()
Public Function GetFunctionEnumerator() As IEnumerator(Of [Function])
Returns
Type Description
IEnumerator<Function>