Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
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 |
---|
|