 | ExplicitImplementationICollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the
ICollection.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
SyntaxObject 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
ICollectionSyncRoot
RemarksThis is a dummy class and always returns null.
See Also