[Missing <summary> documentation for "P:NHibernate.Proxy.Map.MapProxy.Values"]

Namespace: NHibernate.Proxy.Map
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ICollection Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection
	Get
Visual C++
public:
virtual property ICollection^ Values {
	ICollection^ get () sealed;
}

Implements

IDictionary..::..Values

See Also