The LiteralsCollection<(Of <(<'T>)>)> generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
|
![]() | AddRange |
Adds a collection of items to this collection
|
![]() | 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.
|
![]() | 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.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCollectionChanged |
Raises the CollectionChanged event with the provided arguments
|
![]() | Remove |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
|
Events
Name | Description | |
---|---|---|
![]() | CollectionChanged |
Occurrs when an item is added, removed, changed, moved or the entire list is refreshed
|