Removes the first occurrence of a specific object from the
ICollection T .
Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public bool Remove( KeyValuePair<int, TTo> item )
Parameters
- item
- Type:
System.Collections.Generic KeyValuePair
Int32, TTo
The object to remove from theICollection T .
Return Value
true if item was successfully removed from the

Implements

Exceptions
Exception | Condition |
---|---|
![]() | The ![]() |
See Also