dCsharp

Visitor.getUnmemoizedMethod Method 

Return the method on this class named

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

protected internal virtual MethodInfo getUnmemoizedMethod(
   string name,
   Type[] paramTypes
);

See Also

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