Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
ICollection<(Of <(T>)>)..::.IsReadOnly
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsReadOnly As Boolean |
C# |
---|
public bool IsReadOnly { get; } |
Visual C++ |
---|
public: virtual property bool IsReadOnly { bool get () sealed; } |
JavaScript |
---|
function get_isReadOnly(); |
Implements
IList..::.IsReadOnlyICollection<(Of <(T>)>)..::.IsReadOnly