ExplicitImplementationICollectionSyncRoot Property
Gets an object that can be used to synchronize access to the
ICollection.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Object ICollection.SyncRoot { get; }
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
private:
virtual property Object^ SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object with get
private override SyncRoot : Object with get
ObjectAn object that can be used to synchronize access to the
ICollection.
ICollectionSyncRoot This is a dummy class and always returns null.