TriAxis.RunSharp.EventGen.AddMethod C# (CSharp) Method

AddMethod() public method

public AddMethod ( ) : MethodGen
return MethodGen
	    public MethodGen AddMethod()
		{
			return AddMethod("handler");
		}

Same methods

EventGen::AddMethod ( string parameterName ) : MethodGen