DefinitionalObjectCollectionT Constructor (IListT) | 
 
            Initializes a new instance wrapping an existing list.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DefinitionalObjectCollection(
	IList<T> list
)
Public Sub New ( 
	list As IList(Of T)
)
public:
DefinitionalObjectCollection(
	IList<T>^ list
)
new : 
        list : IList<'T> -> DefinitionalObjectCollectionParameters
- list
 - Type: System.Collections.GenericIListT
The list to wrap. 
See Also