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: 24.2.419.0 (24.2.419.0)
Syntax public DefinitionalObjectCollection(
IList<T> list
)
Public Sub New (
list As IList(Of T)
)
public:
DefinitionalObjectCollection(
IList<T>^ list
)
new :
list : IList<'T> -> DefinitionalObjectCollection
Parameters
- list
- Type: System.Collections.GenericIListT
The list to wrap.
See Also