ExplicitImplementation.ICollection.SyncRoot Property

Sandcastle XML Comments

Sandcastle XML Comments GuideExplicitImplementationICollectionSyncRoot 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: Object
An object that can be used to synchronize access to the ICollection.

Implements

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