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

Syntax

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

Implements

IDictionary..::.IsReadOnly

See Also