C# Class Espresso.BoundWeakDelegate

Inheritance: Espresso.WeakDelegate
Mostra file Open project: prepare/Espresso Class Usage Examples

Public Methods

Method Description
BoundWeakDelegate ( Type type, string name ) : System
BoundWeakDelegate ( object target, string name ) : System

Method Details

BoundWeakDelegate() public method

public BoundWeakDelegate ( Type type, string name ) : System
type Type
name string
return System

BoundWeakDelegate() public method

public BoundWeakDelegate ( object target, string name ) : System
target object
name string
return System