Click to expand
Sandcastle XML Comments Guide

ExplicitImplementation ICollection SyncRoot 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; }

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollection SyncRoot
Remarks
This is a dummy class and always returns null.
See Also

Reference