Initializes a new instance of the ListDataAccessor class.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public ListDataAccessor( IList list ) |
Visual Basic |
---|
Public Sub New ( list As IList ) |
Visual C++ |
---|
public: ListDataAccessor( IList^ list ) |
F# |
---|
new : list : IList -> ListDataAccessor |
Parameters
- list
- Type: System.Collections..::..IList
The list.