Delegate Event<T, D>.Accessor
Represents event accessor.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public delegate void Accessor(in T instance, D handler);
  Parameters
| Type | Name | Description | 
|---|---|---|
| T | instance | The event target.  | 
      
| D | handler | The event handler.  |