The WorkDays type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an object to the end of the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodAddRangeOverloaded.
Public methodAsReadOnly
Returns a read-only IList<(Of <(<'T>)>)> wrapper for the current collection.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodBinarySearchOverloaded.
Public methodClear
Removes all elements from the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodContains
Determines whether an element is in the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodConvertAll<(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>)>)>.)
Public methodCopyToOverloaded.
Public methodExists
Determines whether the List<(Of <(<'T>)>)> contains elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodFind
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>)>)>.)
Public methodFindAll
Retrieves all the elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodFindIndexOverloaded.
Public methodFindLast
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>)>)>.)
Public methodFindLastIndexOverloaded.
Public methodForEach
Performs the specified action on each element of the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodGetRange
Creates a shallow copy of a range of elements in the source List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodIndexOfOverloaded.
Public methodInsert
Inserts an element into the List<(Of <(<'T>)>)> at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodInsertRange
Inserts the elements of a collection into the List<(Of <(<'T>)>)> at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodLastIndexOfOverloaded.
Public methodRemove
Removes the first occurrence of a specific object from the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodRemoveAll
Removes the all the elements that match the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodRemoveAt
Removes the element at the specified index of the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodRemoveRange
Removes a range of elements from the List<(Of <(<'T>)>)>.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodReverseOverloaded.
Public methodSortOverloaded.
Public methodToArray
Copies the elements of the List<(Of <(<'T>)>)> to a new array.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Public methodTrimExcess
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>)>)>.)
Public methodTrueForAll
Determines whether every element in the List<(Of <(<'T>)>)> matches the conditions defined by the specified predicate.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIList..::..Add
Adds an item to the IList.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Contains
Determines whether the IList contains a specific value.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodICollection..::..CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodSystem#Collections#Generic#IEnumerable{T}#GetEnumerator (Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodIList..::..IndexOf
Determines the index of a specific item in the IList.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Insert
Inserts an item to the IList at the specified index.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)
Explicit interface implemetationPrivate methodIList..::..Remove
Removes the first occurrence of a specific object from the IList.
(Inherited from List<(Of <(<'DayOfWeek>)>)>.)

See Also