PhasedEvaluated TFrom, TTo  Remove Method (KeyValuePair 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 bool Remove(
	KeyValuePair<int, TTo> item
)

Parameters

item
Type: OnlineSystem.Collections.Generic KeyValuePair OnlineInt32, TTo 
The object to remove from the OnlineICollection T .

Return Value

true if item was successfully removed from the OnlineICollection T ; otherwise, false. This method also returns false if item is not found in the original OnlineICollection T .

Implements

OnlineICollection T  Remove(T)
Exceptions

See Also