'宣言 Public Sub AddFunction( _ ByVal items As System.Collections.Generic.List(Of ExpressionItem), _ ByVal function As System.Func(Of List(Of Object),Object), _ ByVal minArgsCount As System.Integer, _ ByVal maxArgsCount As System.Integer _ )
public void AddFunction( System.Collections.Generic.List<ExpressionItem> items, System.Func<List<object>,object> function, System.int minArgsCount, System.int maxArgsCount )
パラメータ
- items
- C1ExpressionEditorPanel の関数の説明を提供します。
- function
- 関数を評価するデリゲート。
- minArgsCount
- 引数の最小数。
- maxArgsCount
- 引数の最大数。