Adds an item to 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 void Add( KeyValuePair<int, TTo> item )
Parameters
- item
- Type:
System.Collections.Generic KeyValuePair
Int32, TTo
The object to add to theICollection T .
Implements

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