C# Class BoC.EventAggregator.DelegateReference

Inheritance: IDelegateReference
显示文件 Open project: csteeg/BoC Class Usage Examples

Public Methods

Method Description
DelegateReference ( Delegate @delegate, bool keepReferenceAlive ) : System

Initializes a new instance of the DelegateReference class.

Private Methods

Method Description
TryGetDelegate ( ) : Delegate

Tries the get delegate.

Method Details

DelegateReference() public method

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].
return System