ConnectionInterfaceCollection Constructors

Definition

Initializes a new instance of the ConnectionInterfaceCollection class.

Overloads

ConnectionInterfaceCollection()

Initializes a new instance of the ConnectionInterfaceCollection class.

ConnectionInterfaceCollection(ICollection)

Initializes a new instance of the ConnectionInterfaceCollection class with the specified collection.

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

Initializes a new instance of the ConnectionInterfaceCollection class by combining the two specified collections.

ConnectionInterfaceCollection()

Initializes a new instance of the ConnectionInterfaceCollection class.

public ConnectionInterfaceCollection ();

Applies to

.NET Framework 4.8.1 ja muud versioonid
Toode Versioonid
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ConnectionInterfaceCollection(ICollection)

Initializes a new instance of the ConnectionInterfaceCollection class with the specified collection.

public ConnectionInterfaceCollection (System.Collections.ICollection connectionInterfaces);

Parameters

connectionInterfaces
ICollection

A collection of objects to convert into a ConnectionInterfaceCollection.

Exceptions

An object in connectionInterfaces cannot be added to a ConnectionInterfaceCollection collection.

Applies to

.NET Framework 4.8.1 ja muud versioonid
Toode Versioonid
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ConnectionInterfaceCollection(ConnectionInterfaceCollection, ICollection)

Initializes a new instance of the ConnectionInterfaceCollection class by combining the two specified collections.

public ConnectionInterfaceCollection (System.Web.UI.WebControls.WebParts.ConnectionInterfaceCollection existingConnectionInterfaces, System.Collections.ICollection connectionInterfaces);

Parameters

existingConnectionInterfaces
ConnectionInterfaceCollection

A ConnectionInterfaceCollection to combine with the connectionInterfaces object.

connectionInterfaces
ICollection

A collection to combine with the existingConnectionInterfaces object.

Exceptions

An object in connectionInterfaces cannot be added to a ConnectionInterfaceCollection collection.

Applies to

.NET Framework 4.8.1 ja muud versioonid
Toode Versioonid
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1