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

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

Syntax

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

See Also