Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ListContractAdapter<TContract>(TypeInfrastructureManager)
Initializes a new instance of the ListContractAdapter<TContract> class and associates it with a specified type infrastructure manager.
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.
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.
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.
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