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