ClassConnectionCollection
Class
A strongly typed, readonly collection of IConnection instances.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public sealed class ConnectionCollection : ReadOnlyCollection<IConnection>, IList<IConnection>, ICollection<IConnection>, IList, ICollection, IReadOnlyList<IConnection>, IReadOnlyCollection<IConnection>, IEnumerable<IConnection>, IEnumerable
Inheritance: objectReadOnlyCollection<IConnection>ConnectionCollection
Implements:
Inherited Members
Constructors
ConnectionCollection(IList<IConnection>)
Initializes a new instance of the ConnectionCollection class.
Declaration
cs-api-definition
public ConnectionCollection(IList<IConnection> list)
Parameters
list
The list.