List<(Of <(<'T>)>)> Members
The List<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
List<(Of <(<'T>)>)>()()()() |
Initializes a new instance of the List<(Of <(<'T>)>)> class that is empty and has the default initial capacity.
|
![]() |
List<(Of <(<'T>)>)>(Int32) |
Initializes a new instance of the List<(Of <(<'T>)>)> class that is empty and has the specified initial capacity.
|
![]() |
List<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>)) |
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an object to the end of the List<(Of <(<'T>)>)>.
|
![]() |
AddRange | |
![]() |
BinarySearch(T) |
Searches the entire sorted List<(Of <(<'T>)>)> for an element using the default comparer and returns the zero-based index of the element.
|
![]() |
BinarySearch(Int32, Int32, T) | |
![]() |
BinarySearch(T, IComparer<(Of <<'(T>)>>)) | |
![]() |
BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>)) | |
![]() |
Clear |
Removes all elements from the List<(Of <(<'T>)>)>.
|
![]() |
Contains |
Determines whether an element is in the List<(Of <(<'T>)>)>.
|
![]() |
ConvertAll<(Of <<'(TOutput>)>>) | |
![]() |
Get | |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the List<(Of <(<'T>)>)>.
|
![]() |
GetRange(Int32) | |
![]() |
GetRange(Int32, Int32) |
Creates a shallow copy of a range of elements in the source List<(Of <(<'T>)>)>.
|
![]() |
IndexOf(T) |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List<(Of <(<'T>)>)>.
|
![]() |
IndexOf(T, Int32) |
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List<(Of <(<'T>)>)> that extends from the specified index to the last element.
|
![]() |
Insert |
Inserts an element into the List<(Of <(<'T>)>)> at the specified index.
|
![]() |
InsertRange | |
![]() |
Join()()()() | |
![]() |
Join(String) | |
![]() |
LastIndexOf(Object) | |
![]() |
LastIndexOf(Object, Int32) | |
![]() |
Remove |
Removes the first occurrence of a specific object from the List<(Of <(<'T>)>)>.
|
![]() |
RemoveAt |
Removes the element at the specified index of the List<(Of <(<'T>)>)>.
|
![]() |
RemoveRange |
Removes a range of elements from the List<(Of <(<'T>)>)>.
|
![]() |
Reverse |
Reverses the order of the elements in the entire List<(Of <(<'T>)>)>.
|
![]() |
Set | |
![]() |
Slice(Int32) | |
![]() |
Slice(Int32, Int32) | |
![]() |
Sort()()()() |
Sorts the elements in the entire List<(Of <(<'T>)>)> using the default comparer.
|
![]() |
Sort(Func<(Of <<'(T, T, Int32>)>>)) | |
![]() |
Sort(IComparer<(Of <<'(T>)>>)) | |
![]() |
Splice(Int32, Int32) | |
![]() |
Splice(Int32, Int32, IEnumerable<(Of <<'(T>)>>)) | |
![]() |
ToArray |
Copies the elements of the List<(Of <(<'T>)>)> to a new array.
|
![]() |
Unshift |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements contained in the List<(Of <(<'T>)>)>.
|
![]() |
Item |
Gets or sets the element at the specified index.
|