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

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

Syntax

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

Implements

IDictionary..::..Keys

See Also