Click or drag to resize
MatrixParameters<TTarget, TSource, TConnection>.Connections Property
Gets connections.

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

Property Value

Type: CollectionNode<CollectionNode<TConnection>>
See Also