dCsharp

Visitor.getMethod Method 

Return the method on this class named

name
with parameter types
paramTypes
, or null if there is no such method.

public virtual MethodInfo getMethod(
   string name,
   Type[] paramTypes
);

See Also

Visitor Class | edu.neu.ccs.demeter.dCsharp Namespace