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

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

Methods

  NameDescription
Public methodAdd
Adds item to collection
Public methodCopyTo
Copies the elements of the IReadOnlyCollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from IReadOnlyCollection<(Of <(<'T>)>)>.)

Extension Methods

  NameDescription
Public Extension MethodAddRange<(Of <<'(T>)>>)
Inserts all items from one collection to another
(Defined by CollectionTools.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the IReadOnlyCollection<(Of <(<'T>)>)>.
(Inherited from IReadOnlyCollection<(Of <(<'T>)>)>.)

See Also