public class WeakList<T> : IEnumerable<T>,
IEnumerable
where T : class
Public Class WeakList(Of T As Class)
Implements IEnumerable(Of T), IEnumerablegeneric<typename T>
where T : ref class
public ref class WeakList : IEnumerable<T>,
IEnumerable| WeakListT | Creates a WeakListT |
| Add | Adds the item to the list. Method is thread safe. |
| Clear | Clears all of the times in the list. Method is thread safe. |
| Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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) |
| Remove | Removes all occurrences of the item from the list. Method is thread-safe. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |