Click or drag to resize

PoolEventArgsTPool Class

[This is preliminary documentation and is subject to change.]

Contains event data for events involving an IPoolBase.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Umbrace.Unity.PurePoolPoolEventArgsTPool

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class PoolEventArgs<TPool> : EventArgs, 
	IPoolable, IEventSystemHandler
where TPool : IPoolBase

Type Parameters

TPool
The type of pool that the event is about.

The PoolEventArgsTPool type exposes the following members.

Constructors
  NameDescription
Public methodPoolEventArgsTPool
Initialises a new instance of the PoolEventArgsTPool class.
Top
Properties
  NameDescription
Public propertyPool
Gets or sets the pool that caused, or was affected by, the event.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also