QueueDateTimes Class |
Namespace: DHI.Mike1D.Generic
public class QueueDateTimes : FifoQueue<DateTime>, IListDateTimes, IEnumerable<DateTime>, IEnumerable, IList<DateTime>, ICollection<DateTime>, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>
The QueueDateTimes type exposes the following members.
| Name | Description | |
|---|---|---|
| QueueDateTimes | Initializes a new instance of the QueueDateTimes class |
| Name | Description | |
|---|---|---|
| Array | (Inherited from FifoQueueT.) | |
| Capacity | (Inherited from FifoQueueT.) | |
| Count | (Inherited from FifoQueueT.) | |
| Item | (Inherited from FifoQueueT.) | |
| Tail | (Inherited from FifoQueueT.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from FifoQueueT.) | |
| AddRange | (Inherited from FifoQueueT.) | |
| AddRotate | (Inherited from FifoQueueT.) | |
| Clear | (Inherited from FifoQueueT.) | |
| Contains | (Inherited from FifoQueueT.) | |
| CopyTo | (Inherited from FifoQueueT.) | |
| Dequeue | (Inherited from FifoQueueT.) | |
| Enqueue | (Inherited from FifoQueueT.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Find | ||
| GetEnumerator | (Inherited from FifoQueueT.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Index | (Inherited from FifoQueueT.) | |
| IndexOf | (Inherited from FifoQueueT.) | |
| Insert | (Inherited from FifoQueueT.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek | (Inherited from FifoQueueT.) | |
| PushBack | (Inherited from FifoQueueT.) | |
| Remove | (Inherited from FifoQueueT.) | |
| RemoveAt | (Inherited from FifoQueueT.) | |
| ToArray | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _count | (Inherited from FifoQueueT.) | |
| _head | (Inherited from FifoQueueT.) | |
| _q | (Inherited from FifoQueueT.) |
| Name | Description | |
|---|---|---|
| BinarySearchDateTime(DateTime) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchDateTime(FuncDateTime, Int32) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchDateTime(DateTime, IComparerDateTime) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchDateTime, TKey(FuncDateTime, TKey, TKey) | Overloaded. (Defined by GenericExtensions.) | |
| BinarySearchDateTime, TKey(FuncDateTime, TKey, TKey, IComparerTKey) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexDateTime(PredicateDateTime) | Overloaded. (Defined by GenericExtensions.) | |
| FindIndexDateTime(Int32, PredicateDateTime) | Overloaded. (Defined by GenericExtensions.) | |
| SortDateTime | Overloaded. (Defined by GenericExtensions.) | |
| SortDateTime(IComparerDateTime) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableDateTime | Overloaded. (Defined by GenericExtensions.) | |
| SortStableDateTime(IComparerDateTime) | Overloaded. (Defined by GenericExtensions.) | |
| SortStableDateTime(ComparisonDateTime) | Overloaded. (Defined by GenericExtensions.) |