Version

WeakReferenceHelper<T> Class Members

The following tables list the members exposed by WeakReferenceHelper<T>.

Public Constructors
 NameDescription
Public ConstructorWeakReferenceHelper<T> ConstructorInitialize a new instance of the WeakReferenceHelper class.  
Public Properties
 NameDescription
Public PropertyCountGets the total amount of objects from the collection.  
Public PropertyItemGets the item at the specified index.  
Public PropertyValuesA List of WeakReferences for the RecyclingManager  
Public Methods
 NameDescription
Public MethodAddInserts an item at the end of the list.  
Public MethodAddRangeAdds a range of items to the list  
Public MethodContainsDetermines whether the access control list contains a specific access control entry.  
Public MethodForEachPerforms the specified action on each item of the list.  
Public MethodRemoveRemove the first occurrence of the specified item from the list.  
Public MethodRemoveLastRemoves and returns the last item of the list.  
See Also