Removes the element with the specified key from the
IDictionary TKey, TValue .
Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
Parameters
- key
- Type:
System Int32
The key of the element to remove.
Return Value
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original
Implements

Exceptions
Exception | Condition |
---|---|
![]() | key is null. |
![]() | The ![]() |
See Also