New to Telerik UI for WPFStart a free 30-day trial

A strongly typed, readonly collection of IConnection instances.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public sealed class ConnectionCollection : ReadOnlyCollection<IConnection>, IList<IConnection>, ICollection<IConnection>, IList, ICollection, IReadOnlyList<IConnection>, IReadOnlyCollection<IConnection>, IEnumerable<IConnection>, IEnumerable

Inheritance: objectReadOnlyCollection<IConnection>ConnectionCollection

Implements: ICollectionICollection<IConnection>IEnumerableIEnumerable<IConnection>IListIList<IConnection>IReadOnlyCollection<IConnection>IReadOnlyList<IConnection>...

Inherited Members ReadOnlyCollection<IConnection>.Contains(IConnection)ReadOnlyCollection<IConnection>.CopyTo(IConnection[], int)ReadOnlyCollection<IConnection>.GetEnumerator()ReadOnlyCollection<IConnection>.IndexOf(IConnection)ReadOnlyCollection<IConnection>.EmptyReadOnlyCollection<IConnection>.CountReadOnlyCollection<IConnection>.this[int]...

Constructors

Initializes a new instance of the ConnectionCollection class.

C#
public ConnectionCollection(IList<IConnection> list)
Parameters:listIList<IConnection>

The list.