[This is preliminary documentation and is subject to change.]
The ListWrapper<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ListWrapper<(Of <(<'T>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollection<(Of <(<'T>)>)>. | |
| Clear | Removes all items from the ICollection<(Of <(<'T>)>)>. | |
| Contains | Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value. | |
| CopyTo | Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from Wrapper<(Of <(<'T>)>)>.) | |
| GetEnumerator1 | Obsolete. Returns an enumerator that iterates through a collection. (Inherited from Wrapper<(Of <(<'T>)>)>.) | |
| IndexOf | Determines the index of a specific item in the IList<(Of <(<'T>)>)>. | |
| Insert | Inserts an item to the IList<(Of <(<'T>)>)> at the specified index. | |
| Remove(Object) | Obsolete. Removes the first occurrence of a specific object from the IList. | |
| Remove(T) | Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>. | |
| RemoveAt | Removes the IList<(Of <(<'T>)>)> item at the specified index. |
Extension Methods
| Name | Description | |
|---|---|---|
| Last()()()() | Overloaded. Gets last item in collection (Defined by CollectionTools.) | |
| Last<(Of <<'(T>)>>)()()()() | Overloaded. Gets last item in collection (Defined by CollectionTools.) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>. | |
| IsFixedSize | Gets a value indicating whether the IList has a fixed size. | |
| IsReadOnly | Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only. | |
| Item | Gets or sets the element at the specified index. | |
| List | Wrapped list | |
| Wrapped | Wrapped value (Overrides Wrapper<(Of <(<'T>)>)>..::..Wrapped.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IList..::..Add | Obsolete. | |
| IList..::..Contains | Obsolete. | |
| ICollection..::..CopyTo | Obsolete. | |
| IList..::..IndexOf | Obsolete. | |
| IList..::..Insert | Obsolete. | |
| ICollection..::..IsSynchronized | ||
| ICollection..::..SyncRoot | ||
| IList..::..Item | Obsolete. |