Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property Values As ICollection
	Implements IDictionary.Values
C#
ICollection IDictionary.Values { get; }
Visual C++
private:
virtual property ICollection^ Values {
	ICollection^ get () sealed = IDictionary::Values::get;
}
JavaScript
JavaScript does not support explicit interface implementations.

Implements

IDictionary..::.Values

See Also