The ThreadSafeBindingList<(Of <(<'T>)>)> generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(Object) |
Adds an item to the IList.
| |
Add(T) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
| |
AddIndex |
Adds the PropertyDescriptor to the indexes used for searching.
| |
AddNew |
Adds a new item to the list.
| |
ApplySort |
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
| |
CancelNew |
Discards a pending new item from the collection.
| |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
| |
Contains(Object) |
Determines whether the IList contains a specific value.
| |
Contains(T) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
| |
CopyTo(Array, Int32) | ||
CopyTo(array<T>[]()[][], Int32) |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
| |
EndNew |
Commits a pending new item to the collection.
| |
Find |
Returns the index of the row that has the given PropertyDescriptor.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IndexOf(Object) |
Determines the index of a specific item in the IList.
| |
IndexOf(T) |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
| |
Insert(Int32, Object) |
Inserts an item to the IList at the specified index.
| |
Insert(Int32, T) |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
| |
Remove(Object) |
Removes the first occurrence of a specific object from the IList.
| |
Remove(T) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
| |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
| |
RemoveIndex |
Removes the PropertyDescriptor from the indexes used for searching.
| |
RemoveSort |
Removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection).
|