[This is preliminary documentation and is subject to change.]
The Wrapper<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Wrapper<(Of <(<'T>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetEnumerator1 | Obsolete. Returns an enumerator that iterates through a collection. |
Extension Methods
| Name | Description | |
|---|---|---|
| IndexOf<(Of <<'(T>)>>) | Gets index of first occurence of given item in given collection (Defined by EnumerableT.) | |
| Last<(Of <<'(T>)>>) | Gets last item in collection (Defined by CollectionTools.) | |
| UnionAll<(Of <<'(T>)>>)(array<IEnumerable<(Of <<'(T>)>>)>[]()[][]) | Overloaded. Creates union of given collection with other given collections (Defined by EnumerableT.) | |
| UnionAll<(Of <<'(T>)>>)(IEnumerable<(Of <<'(IEnumerable<(Of <<'(T>)>>)>)>>)) | Overloaded. Creates union of given collection with other given collections (Defined by EnumerableT.) |
Properties
| Name | Description | |
|---|---|---|
| Wrapped | Wrapped value |