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

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

Constructors

  NameDescription
Public methodWrapper<(Of <(<'T>)>)>
CTor

Methods

  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetEnumerator1 Obsolete.
Returns an enumerator that iterates through a collection.

Extension Methods

  NameDescription
Public Extension MethodIndexOf<(Of <<'(T>)>>)
Gets index of first occurence of given item in given collection
(Defined by EnumerableT.)
Public Extension MethodLast<(Of <<'(T>)>>)
Gets last item in collection
(Defined by CollectionTools.)
Public Extension MethodUnionAll<(Of <<'(T>)>>)(array<IEnumerable<(Of <<'(T>)>>)>[]()[][])Overloaded.
Creates union of given collection with other given collections
(Defined by EnumerableT.)
Public Extension MethodUnionAll<(Of <<'(T>)>>)(IEnumerable<(Of <<'(IEnumerable<(Of <<'(T>)>>)>)>>))Overloaded.
Creates union of given collection with other given collections
(Defined by EnumerableT.)

Properties

  NameDescription
Public propertyWrapped
Wrapped value

See Also