Click or drag to resize

IListDateTimes Interface

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 interface IListDateTimes : IEnumerable<DateTime>, 
	IEnumerable, IList<DateTime>, ICollection<DateTime>, 
	IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>

The IListDateTimes type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyIsReadOnly (Inherited from ICollectionDateTime.)
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClear
Public methodContains (Inherited from ICollectionDateTime.)
Public methodCopyTo (Inherited from ICollectionDateTime.)
Public methodFind
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableDateTime.)
Public methodIndexOf
Public methodInsert (Inherited from IListDateTime.)
Public methodRemove
Public methodRemoveAt
Public methodToArray
Top
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