[This is preliminary documentation and is subject to change.]

Methods

  NameDescription
Public methodStatic memberAddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>))
Inserts all items from one collection to another
Public methodStatic memberAddRange<(Of <<'(T>)>>)(IAddable<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>))
Inserts all items from one collection to another
Public methodStatic memberGetTypedEnumerator<(Of <<'(T>)>>)(array<T>[]()[][])
Gets type-safe bidirectional enumerator of an array
Public methodStatic memberGetTypedEnumerator<(Of <<'(T>)>>)(array<T>[]()[][], Boolean)
Gets type-safe bidirectional enumerator of an array
Public methodStatic memberLast<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Gets last item in collection
Public methodStatic memberLast<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>))
Gets last item in collection
Public methodStatic memberLast<(Of <<'(T>)>>)(array<T>[]()[][])
Gets last item in collection

See Also