[Missing <summary> documentation for "P:Remotion.Linq.Collections.ObservableCollectionChangedEventArgs`1.Index"]

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

Syntax

C#
public int Index { get; set; }
Visual Basic
Public Property Index As Integer
	Get
	Set
Visual C++
public:
property int Index {
	int get ();
	void set (int value);
}

See Also