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