C# Class developwithpassion.bdd.DelegateFieldInvocation

Inheritance: ICommand
显示文件 Open project: jpboodhoo/developwithpassion.bdd

Public Methods

Method Description
DelegateFieldInvocation ( Type delegate_type, object instance, Type target_type ) : System
run ( ) : void

Private Methods

Method Description
all_fields_of_the_target_delegate_type ( ) : IEnumerable

Method Details

DelegateFieldInvocation() public method

public DelegateFieldInvocation ( Type delegate_type, object instance, Type target_type ) : System
delegate_type System.Type
instance object
target_type System.Type
return System

run() public method

public run ( ) : void
return void