C# Class Livet.Behaviors.MethodBinder

Show file Open project: ugaya40/Livet2 Class Usage Examples

Public Methods

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

Private Methods

Method Description
TryGetCacheFromMethodCacheDictionary ( Action &m ) : bool

Method Details

Invoke() public method

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