[This is preliminary documentation and is subject to change.]
Methods
| Name | Description | |
|---|---|---|
| AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) | Inserts all items from one collection to another | |
| AddRange<(Of <<'(T>)>>)(IAddable<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) | Inserts all items from one collection to another | |
| GetTypedEnumerator<(Of <<'(T>)>>)(array<T>[]()[][]) | Gets type-safe bidirectional enumerator of an array | |
| GetTypedEnumerator<(Of <<'(T>)>>)(array<T>[]()[][], Boolean) | Gets type-safe bidirectional enumerator of an array | |
| Last<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | Gets last item in collection | |
| Last<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>)) | Gets last item in collection | |
| Last<(Of <<'(T>)>>)(array<T>[]()[][]) | Gets last item in collection |