Sandcastle XML Comments Guide
ExplicitImplementationICollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the ICollection.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
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
Return Value
Type: ObjectAn object that can be used to synchronize access to the ICollection.
Implements
ICollectionSyncRootRemarks
This is a dummy class and always returns null.
See Also