Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public EnumerableEditor(
IEnumerable collection,
bool sortItems
) |
Visual Basic |
---|
Public Sub New (
collection As IEnumerable,
sortItems As Boolean
) |
Visual C++ |
---|
public:
EnumerableEditor(
IEnumerable^ collection,
bool sortItems
) |
F# |
---|
new :
collection : IEnumerable *
sortItems : bool -> EnumerableEditor |
Parameters
- collection
- Type: System.Collections..::..IEnumerable
The collection of items.
- sortItems
- Type: System..::..Boolean
if set to true [sort items].
See Also