PhasedEvaluated TFrom, TTo  Remove Method (Int32)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(
	int key
)

Return Value

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original OnlineIDictionary TKey, TValue .

Implements

OnlineIDictionary TKey, TValue  Remove(TKey)
Exceptions

See Also