C# Class BoC.EventAggregator.DelegateReference

Inheritance: IDelegateReference
Afficher le fichier Open project: csteeg/BoC Class Usage Examples

Méthodes publiques

Méthode Description
DelegateReference ( Delegate @delegate, bool keepReferenceAlive ) : System

Initializes a new instance of the DelegateReference class.

Private Methods

Méthode Description
TryGetDelegate ( ) : Delegate

Tries the get delegate.

Method Details

DelegateReference() public méthode

Initializes a new instance of the DelegateReference class.
public DelegateReference ( Delegate @delegate, bool keepReferenceAlive ) : System
@delegate System.Delegate
keepReferenceAlive bool if set to true [keep reference alive].
Résultat System