PhasedReadOnlyEvaluated TFrom, T  Item Property ElecNetKit Documentation
Gets or sets the element with the specified key.

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

public T this[
	int key
] { get; set; }

Parameters

key
Type: OnlineSystem Int32
The key of the element to get or set.

Return Value

The element with the specified key.

Implements

OnlineIDictionary TKey, TValue  Item TKey 
Exceptions

See Also