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

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

Constructors

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

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public methodContains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public methodCopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from Wrapper<(Of <(<'T>)>)>.)
Public methodGetEnumerator1 Obsolete.
Returns an enumerator that iterates through a collection.
(Inherited from Wrapper<(Of <(<'T>)>)>.)
Public methodIndexOf
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Public methodInsert
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
Public methodRemove(Object) Obsolete.
Removes the first occurrence of a specific object from the IList.
Public methodRemove(T)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.

Extension Methods

  NameDescription
Public Extension MethodLast()()()()Overloaded.
Gets last item in collection
(Defined by CollectionTools.)
Public Extension MethodLast<(Of <<'(T>)>>)()()()()Overloaded.
Gets last item in collection
(Defined by CollectionTools.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Public propertyList
Wrapped list
Public propertyWrapped
Wrapped value
(Overrides Wrapper<(Of <(<'T>)>)>..::..Wrapped.)

Explicit Interface Implementations

See Also