Class PooledAttribute
Allows delegates passed as parameters to be allocated from a pool and recycled after the method call. To prevent recycling, use AddReference(Delegate) and Release(Delegate) to hold onto references to the delegate.
[AttributeUsage(AttributeTargets.Parameter)]
public class PooledAttribute : Attribute
- Inheritance
-
PooledAttribute
- Inherited Members