TriAxis.RunSharp.EventGen.AddMethod C# (CSharp) 메소드

AddMethod() 공개 메소드

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

Same methods

EventGen::AddMethod ( string parameterName ) : MethodGen