ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / IHighlighter Interface / UpdateFunctionss Method

In This Topic
    UpdateFunctionss Method
    In This Topic
    Syntax
    'Declaration
     
    Sub UpdateFunctionss( _
       ByVal functions As System.Collections.Generic.List(Of String) _
    ) 
    void UpdateFunctionss( 
       System.Collections.Generic.List<string> functions
    )

    Parameters

    functions
    See Also