PhasedEvaluated TFrom, TTo  TryGetValue Method ElecNetKit Documentation
Gets the value associated 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 bool TryGetValue(
	int key,
	out TTo value
)

Parameters

key
Type: OnlineSystem Int32
The key whose value to get.
value
Type: TTo 
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

true if the object that implements OnlineIDictionary TKey, TValue  contains an element with the specified key; otherwise, false.

Implements

OnlineIDictionary TKey, TValue  TryGetValue(TKey, TValue )
Exceptions

See Also