Bamboo.Prevalence.Implementation.MethodCallCommand.MethodCallCommand C# (CSharp) 메소드

MethodCallCommand() 공개 메소드

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