Creates new StringObservableCollection from the given IEnumerable.

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

Syntax

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

Parameters

e
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'KeyValuePair>)>)>

See Also