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

A strongly typed, readonly collection of IConnection instances.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

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

Inheritance: objectReadOnlyCollection<IConnection>ConnectionCollection

Implements: ICollectionIEnumerableIList

Inherited Members ReadOnlyCollection<IConnection>.Contains(IConnection)ReadOnlyCollection<IConnection>.CopyTo(IConnection[], int)ReadOnlyCollection<IConnection>.GetEnumerator()ReadOnlyCollection<IConnection>.IndexOf(IConnection)ReadOnlyCollection<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.