The KeyedList<(Of <(<'T, U>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | ||
AllOf | ||
Clear | ||
Contains | ||
ContainsKey |
Returns true if the list contains at least one
object with a matching key, false otherwise.
| |
CopyTo | ||
CountOf | ||
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 | ||
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(T) | ||
IndexOf(U) |
Returns the index of the first object
with the matching key.
| |
Insert | ||
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnItemAdded | ||
OnItemRemoved | ||
Remove(T) | ||
Remove(U) | ||
RemoveAt | ||
ToArray | ||
ToString | (Inherited from Object.) |