MonoTouch.Dialog.OnTapAttribute.OnTapAttribute C# (CSharp) Method

OnTapAttribute() public method

public OnTapAttribute ( string method ) : System
method string
return System
		public OnTapAttribute (string method)
		{
			Method = method;
		}
		public string Method;
OnTapAttribute