ExplicitImplementationICollectionSyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Object ICollection.SyncRoot { get; }

Return Value

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