Remove(KeyValuePair<String,PropertyDefinition>) Method
Removed a PropertyDefinition from the dictionary by Key-Value Pair
Syntax
public System.bool Remove(
System.Collections.Generic.KeyValuePair<string,PropertyDefinition> item
)Public Overloads Function Remove( _
ByVal item As System.Collections.Generic.KeyValuePair(Of String,PropertyDefinition) _
) As System.BooleanParameters
| Name | Description |
|---|---|
| item | A key-value pair where the Key is the SystemName and the Value is the PropertyDefinition |
Return Value
True if the PropertyDefinition has been removed. False otherwise.