Bamboo.Prevalence.Implementation.MethodCallCommand.MethodCallCommand C# (CSharp) Method

MethodCallCommand() public method

public MethodCallCommand ( string methodName, object args ) : System
methodName string
args object
return System
		public MethodCallCommand(string methodName, object[] args)
		{
			_methodName = methodName;
			_args = args;
		}