Added a custom function to engine of C1ExpressionEditor.
シンタックス
'宣言
Public Sub AddFunction( _
ByVal As System.Collections.Generic.List(Of ExpressionItem), _
ByVal As System.Func(Of List(Of Object),Object), _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void AddFunction(
System.Collections.Generic.List<ExpressionItem> ,
System.Func<List<object>,object> ,
System.int ,
System.int
)
パラメータ
- items
- Provides the function description for the C1ExpressionEditorPanel.
- function
- The delegate that evaluates the function.
- minArgsCount
- Minimum arguments count.
- maxArgsCount
- Maximum arguments count.
参照