Share via


Queue.SyncRoot Property

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

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual Object SyncRoot { get; }

Property Value

An object that can be used to synchronize access to the Queue.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Queue Class
Queue Members
System.Collections Namespace