Click or drag to resize

QueueDateTimes Class

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.Generic.CollectionsFifoQueueDateTime
    DHI.Mike1D.GenericQueueDateTimes

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class QueueDateTimes : FifoQueue<DateTime>, 
	IListDateTimes, IEnumerable<DateTime>, IEnumerable, IList<DateTime>, 
	ICollection<DateTime>, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>

The QueueDateTimes type exposes the following members.

Constructors
  NameDescription
Public methodQueueDateTimes
Initializes a new instance of the QueueDateTimes class
Top
Properties
Methods
  NameDescription
Public methodAdd (Inherited from FifoQueueT.)
Public methodAddRange (Inherited from FifoQueueT.)
Public methodAddRotate (Inherited from FifoQueueT.)
Public methodClear (Inherited from FifoQueueT.)
Public methodContains (Inherited from FifoQueueT.)
Public methodCopyTo (Inherited from FifoQueueT.)
Public methodDequeue (Inherited from FifoQueueT.)
Public methodEnqueue (Inherited from FifoQueueT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Public methodGetEnumerator (Inherited from FifoQueueT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIndex (Inherited from FifoQueueT.)
Public methodIndexOf (Inherited from FifoQueueT.)
Public methodInsert (Inherited from FifoQueueT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek (Inherited from FifoQueueT.)
Public methodPushBack (Inherited from FifoQueueT.)
Public methodRemove (Inherited from FifoQueueT.)
Public methodRemoveAt (Inherited from FifoQueueT.)
Public methodToArray
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodBinarySearchDateTime(DateTime)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchDateTime(FuncDateTime, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchDateTime(DateTime, IComparerDateTime)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchDateTime, TKey(FuncDateTime, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchDateTime, TKey(FuncDateTime, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexDateTime(PredicateDateTime)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexDateTime(Int32, PredicateDateTime)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortDateTimeOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortDateTime(IComparerDateTime)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableDateTimeOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableDateTime(IComparerDateTime)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableDateTime(ComparisonDateTime)Overloaded. (Defined by GenericExtensions.)
Top
See Also