The following tables list the members exposed by WeakList.
Name | Description | |
---|---|---|
WeakList Constructor | Initializes a new WeakList |
Name | Description | |
---|---|---|
Count | Returns the number of items in the list. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
Item | Gets or sets the item at the specified location. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
SyncRoot | Returns the object with which to syncrhonize. (Inherited from Infragistics.Collections.Services.WeakList<object>) |
Name | Description | |
---|---|---|
Add | Adds the specified item. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
AddRange | Adds specified items to the list. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
Clear | Clears the list. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
Compact | Removes entries from the list that are no longer alive. Note that entries can get garbase collected during the process of compacting and therefore it's not guarrenteed that all the items will remain alive after this method returns. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
Contains | Returns true if the specified item is contained within this list. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
CopyTo | Copies items from the list to the specified array starting at index location in the specified array. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
GetEnumerator | Returns an enumerator for iterating the live items. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
IndexOf | Returns the index of the specified item. If the item doesn't exist then returns -1. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
Insert | Inserts the specified item at the specified location in the list. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
Remove | Removes the first occurrence of the specified item from the list. If the item doesn't exist in the list then this method does nothing. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
RemoveAt | Removes item at specified index. (Inherited from Infragistics.Collections.Services.WeakList<object>) | |
RemoveRange | Removes a contiguous block of items from the collection. (Inherited from Infragistics.Collections.Services.WeakList<object>) |