![]() | DequeT Properties |
The DequeT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of items contained in the DequeT.
|
![]() | Head |
Gets or sets the object at the beginning of the DequeT.
|
![]() | Item |
Gets or sets the item at the specified index.
|
![]() | Tail |
Gets or sets the object at the end of the DequeT.
|
Name | Description | |
---|---|---|
![]() ![]() | ICollectionTIsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
|
![]() ![]() | ICollectionIsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized
(thread safe).
|
![]() ![]() | ICollectionSyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|