Creates new StringObservableCollection from the given List.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public KeyValuePairCollection(
	List<KeyValuePair> l
)
Visual Basic
Public Sub New ( _
	l As List(Of KeyValuePair) _
)
JScript
public function KeyValuePairCollection(
	l : List<KeyValuePair>
)

Parameters

l
Type: System.Collections.Generic..::..List<(Of <(<'KeyValuePair>)>)>

See Also