Determines whether the
IDictionary TKey, TValue contains an 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
Parameters
- key
- Type:
System Int32
The key to locate in theIDictionary TKey, TValue .
Return Value
true if the
Implements

Exceptions
Exception | Condition |
---|---|
![]() | key is null. |
See Also