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

Syntax

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

Implements

IList..::.IsReadOnly

See Also