共用方式為


Expression.FunctionTable.Remove 方法

定義

多載

Remove(KeyValuePair<String,ExpressionEvaluator>)

從使用者自訂函式中移除指定的索引鍵值組。

Remove(String)

從使用者自訂函式中移除指定的索引鍵。

Remove(KeyValuePair<String,ExpressionEvaluator>)

從使用者自訂函式中移除指定的索引鍵值組。

public bool Remove(System.Collections.Generic.KeyValuePair<string,AdaptiveExpressions.ExpressionEvaluator> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, AdaptiveExpressions.ExpressionEvaluator> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, AdaptiveExpressions.ExpressionEvaluator> -> bool
Public Function Remove (item As KeyValuePair(Of String, ExpressionEvaluator)) As Boolean

參數

item
KeyValuePair<String,ExpressionEvaluator>

運算式Evaluator 的字串索引鍵值組。

傳回

布林值,指出是否成功移除索引鍵。

實作

適用於

Remove(String)

從使用者自訂函式中移除指定的索引鍵。

public bool Remove(string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

參數

key
String

函式名稱的字串索引鍵。

傳回

布林值,指出是否成功移除索引鍵。

實作

適用於