The VirtualCollectionBase<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VirtualCollectionBase<(Of <(<'T>)>)> | Initializes a new instance of the VirtualCollectionBase<(Of <(<'T>)>)> class |
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
|
![]() | AddItem |
Adds the item.
|
![]() | Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
|
![]() | ClearItems |
Clears the items.
|
![]() | Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
|
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCount |
Gets the count.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIndex |
Gets the index.
|
![]() | GetItem |
Gets the item.
|
![]() | GetItems |
Gets the items.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | InsertItem |
Inserts an element into the Collection at the specified index.
|
![]() ![]() | IsCompatibleObject |
Determines whether the specified value is compatible with Collection.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
|
![]() | RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|
![]() | RemoveItem |
Removes the element at the specified index of the Collection.
|
![]() | SetItem |
Replaces the element at the specified index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | VerifyValueType |
Verifies the type of the value.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | AsIndexedEnumerable<(Of <<'(T>)>>) |
Returns an IndexedEnumerable from any collection implementing IEnumerable<T>
(Defined by IndexedEnumerable.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
|
![]() | Item |
Gets or sets the type T at the specified index.
|