The SimpleList<(Of <(TObject>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleList<(Of <(TObject>)>) | Initializes a new instance of the SimpleList<(Of <(TObject>)>) class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified item to the list.
| |
| Clear |
Clears this instance.
| |
| Contains |
Determines whether the ICollection<(Of <(T>)>) contains a specific value.
| |
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the list.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| 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 |
Always thows a NotImplementedException since the method is not supported by SimpleList.
Inserts an item to the IList<(Of <(T>)>) at the specified index. | |
| InsertFirst |
Inserts the item at the start of the list.
| |
| InsertLast |
Inserts the item at the end of the list.
| |
| 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 | ||
| RemoveFirst |
Removes the first item from the list.
| |
| RemoveLast |
Remove last item from the list
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of items in the list.
| |
| IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(T>)>) is read-only.
| |
| IsSynchronized |
Gets a value indicating whether this instance is synchronized.
| |
| Item |