Initializes a new instance of the ObservableCollection<(Of <(<'T>)>)>..::..IndexValuePair class

Namespace: Remotion.Linq.Collections
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IndexValuePair(
	ChangeResistantObservableCollectionEnumerator<T> enumerator
)
Visual Basic
Public Sub New ( _
	enumerator As ChangeResistantObservableCollectionEnumerator(Of T) _
)
Visual C++
public:
IndexValuePair(
	ChangeResistantObservableCollectionEnumerator<T>^ enumerator
)

Parameters

enumerator
Type: Remotion.Linq.Collections..::..ChangeResistantObservableCollectionEnumerator<(Of <(<'T>)>)>

[Missing <param name="enumerator"/> documentation for "M:Remotion.Linq.Collections.ObservableCollection`1.IndexValuePair.#ctor(Remotion.Linq.Collections.ChangeResistantObservableCollectionEnumerator{`0})"]

See Also