Namespace:  NHibernate.Collection.Generic
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

ICollection<(Of <(T>)>)..::.IsReadOnly

See Also