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

Constructors

  NameDescription
Protected methodVirtualCollectionBase<(Of <(<'T>)>)>
Initializes a new instance of the VirtualCollectionBase<(Of <(<'T>)>)> class

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection<(Of <(<'T>)>)>.
Protected methodAddItem
Adds the item.
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Protected methodClearItems
Clears the items.
Public methodContains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCount
Gets the count.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetIndex
Gets the index.
Protected methodGetItem
Gets the item.
Protected methodGetItems
Gets the items.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Protected methodInsertItem
Inserts an element into the Collection at the specified index.
Protected methodStatic memberIsCompatibleObject
Determines whether the specified value is compatible with Collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
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.
Protected methodRemoveItem
Removes the element at the specified index of the Collection.
Protected methodSetItem
Replaces the element at the specified index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodStatic memberVerifyValueType
Verifies the type of the value.

Extension Methods

  NameDescription
Public Extension MethodAsIndexedEnumerable<(Of <<'(T>)>>)
Returns an IndexedEnumerable from any collection implementing IEnumerable<T>
(Defined by IndexedEnumerable.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public propertyItem
Gets or sets the type T at the specified index.

See Also