[Missing <summary> documentation for "P:Remotion.Linq.Collections.ObservableCollectionChangedEventArgs`1.Item"]
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); } |