Click or drag to resize
IMatrixConnections Property
Gets connections.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
IReadOnlyDictionary<int, ObservableCollection<int>> Connections { get; }

Property Value

Type: IReadOnlyDictionaryInt32, ObservableCollectionInt32
Remarks
Is never null, the value is guaranteed to contain an entry for each element in the Targets value.
See Also