Initializes a new instance of the EnumerableEditor class.
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 ) |
Visual Basic |
---|
Public Sub New ( collection As IEnumerable ) |
Visual C++ |
---|
public: EnumerableEditor( IEnumerable^ collection ) |
F# |
---|
new : collection : IEnumerable -> EnumerableEditor |
Parameters
- collection
- Type: System.Collections..::..IEnumerable
The collection of items.