C# Class developwithpassion.bdd.DelegateFieldInvocation

Inheritance: ICommand
Afficher le fichier Open project: jpboodhoo/developwithpassion.bdd

Méthodes publiques

Méthode Description
DelegateFieldInvocation ( Type delegate_type, object instance, Type target_type ) : System
run ( ) : void

Private Methods

Méthode Description
all_fields_of_the_target_delegate_type ( ) : IEnumerable

Method Details

DelegateFieldInvocation() public méthode

public DelegateFieldInvocation ( Type delegate_type, object instance, Type target_type ) : System
delegate_type System.Type
instance object
target_type System.Type
Résultat System

run() public méthode

public run ( ) : void
Résultat void