PhasedEvaluated TFrom, TTo  Add Method (Int32, TTo)ElecNetKit Documentation

Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public void Add(
	int key,
	TTo value
)

Parameters

key
Type: OnlineSystem Int32
The object to use as the key of the element to add.
value
Type: TTo
The object to use as the value of the element to add.

Implements

OnlineIDictionary TKey, TValue  Add(TKey, TValue)
Exceptions

See Also