C# Class Metsys.Little.ConstructorHelper

显示文件 Open project: karlseguin/Metsys.Little

Public Methods

Method Description
CreateDelegate ( this constructor, Type delegateType ) : Delegate

Private Methods

Method Description
ConstructorHelper ( ) : System

Method Details

CreateDelegate() public static method

public static CreateDelegate ( this constructor, Type delegateType ) : Delegate
constructor this
delegateType System.Type
return System.Delegate