C# 클래스 developwithpassion.bdd.DelegateFieldInvocation

상속: ICommand
파일 보기 프로젝트 열기: jpboodhoo/developwithpassion.bdd

공개 메소드들

메소드 설명
DelegateFieldInvocation ( Type delegate_type, object instance, Type target_type ) : System
run ( ) : void

비공개 메소드들

메소드 설명
all_fields_of_the_target_delegate_type ( ) : IEnumerable

메소드 상세

DelegateFieldInvocation() 공개 메소드

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

run() 공개 메소드

public run ( ) : void
리턴 void