[Missing <summary> documentation for "P:Remotion.Linq.Collections.ObservableCollection`1.IndexValuePair.Value"]

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

Syntax

C#
public T Value { get; }
Visual Basic
Public ReadOnly Property Value As T
	Get
Visual C++
public:
property T Value {
	T get ();
}

See Also