C# Class Livet.Behaviors.MethodBinderWithArgument

Show file Open project: ugaya40/Livet2 Class Usage Examples

Public Methods

Method Description
Invoke ( object targetObject, string methodName, object argument ) : void

Private Methods

Method Description
TryGetCacheFromMethodCacheDictionary ( object>.Action &m ) : bool

Method Details

Invoke() public method

public Invoke ( object targetObject, string methodName, object argument ) : void
targetObject object
methodName string
argument object
return void