PhasedReadOnlyEvaluated<TFrom, T>.Remove Method (KeyValuePair<Int32, T>)ElecNetKit Documentation
Not supported. Always throws a OnlineNotSupportedException.

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, T> item
)

Parameters

item
Type: OnlineSystem.Collections.Generic.KeyValuePair<OnlineInt32, T>
Not used.

Return Value

Never returns.

Implements

OnlineICollection<T>.Remove(T)
See Also