Explicit ImplementationICollectionSync Root Property
Gets an object that can be used to synchronize access to the ICollection.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
An object that can be used to synchronize access to the ICollection.
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
Object ICollection.SyncRoot { get; }VB
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
GetC++
private:
virtual property Object^ SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}F#
private abstract SyncRoot : Object with get
private override SyncRoot : Object with getReturn Value
ObjectAn object that can be used to synchronize access to the ICollection.
Implements
ICollectionSyncRootRemarks
This is a dummy class and always returns null.