AutoAction

Namespace: WellFired

Implements: WellFired.Guacamole.IAutoAction

Description

Public Methods

  AutoAction ( )
  AutoAction ( Action onAddFirst = null, Action onRemoveLast = null )
void Add ( IDisposable disposable, Action action )
void Remove ( Action action )
void Clear ( )
void Invoke ( )

Breakdown

  • AutoAction ( )
  • AutoAction ( Action onAddFirst = null, Action onRemoveLast = null )
  • void Remove ( Action action )
  • void Clear ( )
  • void Invoke ( )