Sdílet prostřednictvím


Expression.FunctionTable.Remove Metoda

Definice

Přetížení

Remove(KeyValuePair<String,ExpressionEvaluator>)

Odebere zadaný pár hodnot klíče z uživatelsky přizpůsobených funkcí.

Remove(String)

Odebere zadaný klíč z uživatelsky přizpůsobených funkcí.

Remove(KeyValuePair<String,ExpressionEvaluator>)

Odebere zadaný pár hodnot klíče z uživatelsky přizpůsobených funkcí.

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

Parametry

item
KeyValuePair<String,ExpressionEvaluator>

Pár hodnot klíče řetězec k ExpressionEvaluator.

Návraty

Logická hodnota označující, jestli byl klíč úspěšně odebrán.

Implementuje

Platí pro

Remove(String)

Odebere zadaný klíč z uživatelsky přizpůsobených funkcí.

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

Parametry

key
String

Řetězcový klíč názvu funkce.

Návraty

Logická hodnota označující, jestli byl klíč úspěšně odebrán.

Implementuje

Platí pro