Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized |
C# |
---|
bool ICollection.IsSynchronized { get; } |
Visual C++ |
---|
private: virtual property bool IsSynchronized { bool get () sealed = ICollection::IsSynchronized::get; } |
JavaScript |
---|
|