The properties of the Queue class are listed below. For a complete list of Queue class members, see the Queue Members topic.
Count | Gets the number of elements in the Queue. |
IsReadOnly | Gets a value indicating whether the Queue is read-only. |
IsSynchronized | Gets a value indicating whether access to the Queue is synchronized (thread-safe). |
SyncRoot | Gets an object that can be used to synchronize access to the Queue. |