C# Class Charmed.Messaging.ActionReference

Maintains a weak reference to an action/delegate.
Exibir arquivo Open project: brentedwards/Charmed Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ActionReference ( Delegate action ) : System

Constructor for ActionReference.

Method Details

ActionReference() public method

Constructor for ActionReference.
public ActionReference ( Delegate action ) : System
action System.Delegate The action/delegate to be referenced.
return System