Share via


ListContractAdapter<TContract> Constructor

Include Protected Members
Include Inherited Members

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ListContractAdapter<TContract> class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

ListContractAdapter<TContract>(TypeInfrastructureManager)

Initializes a new instance of the ListContractAdapter<TContract> class and associates it with a specified type infrastructure manager.

Public method

ListContractAdapter<TContract>(ICollection<TContract>, TypeInfrastructureManager)

Initializes a new instance of the ListContractAdapter<TContract> class from a specified collection of contracts, and associates it with a specified type infrastructure manager.

Public method

ListContractAdapter<TContract>(array<TContract[], TypeInfrastructureManager)

Initializes a new instance of the ListContractAdapter<TContract> class from a specified array of contracts, and associates it with a specified type infrastructure manager.

Public method

ListContractAdapter<TContract>(ICollection<TContract>, TypeInfrastructureManager, Boolean)

Initializes a new instance of the ListContractAdapter<TContract> class from a specified collection of contracts, associates it with a specified type infrastructure manager, and optionally marks the new object as read-only.

Public method

ListContractAdapter<TContract>(array<TContract[], TypeInfrastructureManager, Boolean)

Initializes a new instance of the ListContractAdapter<TContract> class from a specified array of contracts, associates it with a specified type infrastructure manager, and optionally marks the new object as read-only.

Top

See Also

Reference

ListContractAdapter<TContract> Class

ListContractAdapter<TContract> Members

Microsoft.VisualStudio.Tools.Applications Namespace