C# Class Framework.Messaging.ActionReference

Maintains a weak reference to an action/delegate.
Afficher le fichier Open project: xepher/uwp-wxbus

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ActionReference ( Delegate action ) : System

Constructor for ActionReference.

Method Details

ActionReference() public méthode

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