TriAxis.RunSharp.EventGen.AddMethod C# (CSharp) Méthode

AddMethod() public méthode

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

Same methods

EventGen::AddMethod ( string parameterName ) : MethodGen