GenericListWrapperT Constructor |
Creates a new object.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GenericListWrapper(
IList<T> list
)
Public Sub New (
list As IList(Of T)
)
public:
GenericListWrapper(
IList<T>^ list
)
new :
list : IList<'T> -> GenericListWrapper
Parameters
- list
- Type: System.Collections.GenericIListT
See Also