Creates new StringObservableCollection from the given IEnumerable.
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public StringObservableCollection( IEnumerable<string> e ) |
| Visual Basic |
|---|
Public Sub New ( _ e As IEnumerable(Of String) _ ) |
| JScript |
|---|
public function StringObservableCollection( e : IEnumerable<String> ) |
Parameters
- e
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>