Click or drag to resize
MatrixTMostDerivedConnections Property
Gets connections.

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

Property Value

Type: IReadOnlyDictionaryInt32, ObservableCollectionInt32

Implements

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