Bridge

List<(Of <(<'T>)>)> Members

The List<(Of <(<'T>)>)> type exposes the following members.

Constructors


  Name Description
Public method List<(Of <(<'T>)>)>()()()()
Initializes a new instance of the List<(Of <(<'T>)>)> class that is empty and has the default initial capacity.
Public method List<(Of <(<'T>)>)>(Int32)
Initializes a new instance of the List<(Of <(<'T>)>)> class that is empty and has the specified initial capacity.
Public method List<(Of <(<'T>)>)>(IEnumerable<(Of <<'(T>)>>))

Methods


  Name Description
Public method Add
Adds an object to the end of the List<(Of <(<'T>)>)>.
Public method AddRange
Public method 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.
Public method BinarySearch(Int32, Int32, T)
Public method BinarySearch(T, IComparer<(Of <<'(T>)>>))
Public method BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>))
Public method Clear
Removes all elements from the List<(Of <(<'T>)>)>.
Public method Contains
Determines whether an element is in the List<(Of <(<'T>)>)>.
Public method ConvertAll<(Of <<'(TOutput>)>>)
Public method Get
Public method GetEnumerator
Returns an enumerator that iterates through the List<(Of <(<'T>)>)>.
Public method GetRange(Int32)
Public method GetRange(Int32, Int32)
Creates a shallow copy of a range of elements in the source List<(Of <(<'T>)>)>.
Public method IndexOf(T)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List<(Of <(<'T>)>)>.
Public method 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.
Public method Insert
Inserts an element into the List<(Of <(<'T>)>)> at the specified index.
Public method InsertRange
Public method Join()()()()
Public method Join(String)
Public method LastIndexOf(Object)
Public method LastIndexOf(Object, Int32)
Public method Remove
Removes the first occurrence of a specific object from the List<(Of <(<'T>)>)>.
Public method RemoveAt
Removes the element at the specified index of the List<(Of <(<'T>)>)>.
Public method RemoveRange
Removes a range of elements from the List<(Of <(<'T>)>)>.
Public method Reverse
Reverses the order of the elements in the entire List<(Of <(<'T>)>)>.
Public method Set
Public method Slice(Int32)
Public method Slice(Int32, Int32)
Public method Sort()()()()
Sorts the elements in the entire List<(Of <(<'T>)>)> using the default comparer.
Public method Sort(Func<(Of <<'(T, T, Int32>)>>))
Public method Sort(IComparer<(Of <<'(T>)>>))
Public method Splice(Int32, Int32)
Public method Splice(Int32, Int32, IEnumerable<(Of <<'(T>)>>))
Public method ToArray
Copies the elements of the List<(Of <(<'T>)>)> to a new array.
Public method Unshift

Properties


  Name Description
Public property Count
Gets the number of elements contained in the List<(Of <(<'T>)>)>.
Public property Item
Gets or sets the element at the specified index.