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 ICollection(Of T).IsReadOnly |
C# |
---|
bool ICollection<T>.IsReadOnly { get; } |
Visual C++ |
---|
private: virtual property bool IsReadOnly { bool get () sealed = ICollection<T>::IsReadOnly::get; } |
JavaScript |
---|
|