Class ConnectionCollection
A strongly typed, readonly collection of IConnection instances.
Inheritance
System.Object
ConnectionCollection
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ConnectionCollection : ReadOnlyCollection<IConnection>
Constructors
ConnectionCollection(IList<IConnection>)
Initializes a new instance of the ConnectionCollection class.
Declaration
public ConnectionCollection(IList<IConnection> list)
Parameters
System.Collections.Generic.IList<IConnection>
list
The list. |