The WorkDays type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an object to the end of the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | AddRange | Overloaded. |
![]() | AsReadOnly |
Returns a read-only IList<(Of <(<'T>)>)> wrapper for the current collection.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | BinarySearch | Overloaded. |
![]() | Clear |
Removes all elements from the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | Contains |
Determines whether an element is in the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | ConvertAll<(Of <<'(TOutput>)>>) |
Converts the elements in the current List<(Of <(<'T>)>)> to another type, and returns a list containing the converted elements.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | CopyTo | Overloaded. |
![]() | Exists |
Determines whether the List<(Of <(<'T>)>)> contains elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | FindAll |
Retrieves all the elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | FindIndex | Overloaded. |
![]() | FindLast |
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | FindLastIndex | Overloaded. |
![]() | ForEach |
Performs the specified action on each element of the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | GetRange |
Creates a shallow copy of a range of elements in the source List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | IndexOf | Overloaded. |
![]() | Insert |
Inserts an element into the List<(Of <(<'T>)>)> at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | InsertRange |
Inserts the elements of a collection into the List<(Of <(<'T>)>)> at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | LastIndexOf | Overloaded. |
![]() | Remove |
Removes the first occurrence of a specific object from the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | RemoveAll |
Removes the all the elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | RemoveAt |
Removes the element at the specified index of the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | RemoveRange |
Removes a range of elements from the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | Reverse | Overloaded. |
![]() | Sort | Overloaded. |
![]() | ToArray |
Copies the elements of the List<(Of <(<'T>)>)> to a new array.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | TrimExcess |
Sets the capacity to the actual number of elements in the List<(Of <(<'T>)>)>, if that number is less than a threshold value.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | TrueForAll |
Determines whether every element in the List<(Of <(<'T>)>)> matches the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
Properties
Name | Description | |
---|---|---|
![]() | Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | Count |
Gets the number of elements actually contained in the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() | Item |
Gets or sets the element at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IList..::..Add |
Adds an item to the IList.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..Contains |
Determines whether the IList contains a specific value.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | ICollection..::..CopyTo | (Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | System#Collections#Generic#IEnumerable{T}#GetEnumerator | (Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IEnumerable..::..GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..IndexOf |
Determines the index of a specific item in the IList.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..Insert |
Inserts an item to the IList at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | System#Collections#Generic#ICollection{T}#IsReadOnly | (Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..IsReadOnly |
Gets a value indicating whether the IList is read-only.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | ICollection..::..IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..Item |
Gets or sets the element at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | IList..::..Remove |
Removes the first occurrence of a specific object from the IList.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |
![]() ![]() | ICollection..::..SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.) |