IListDateTimes Interface |
Namespace: DHI.Mike1D.Generic
public interface IListDateTimes : IEnumerable<DateTime>, IEnumerable, IList<DateTime>, ICollection<DateTime>, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>
The IListDateTimes type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionDateTime.) |
![]() | Item |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionDateTime.) |
![]() | CopyTo | (Inherited from ICollectionDateTime.) |
![]() | Find | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableDateTime.) |
![]() | IndexOf | |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListDateTime.) |
![]() | Remove | |
![]() | RemoveAt | |
![]() | ToArray |
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.) |