Fan.Sys.Method.getGenericMethod C# (CSharp) Method

getGenericMethod() public method

If isGenericInstance is true, then return the generic method which this method instantiates. The generic method may be used to access the actual signatures used in the Java code (via getRawType). If this method is not a generic instance, return null.
public getGenericMethod ( ) : Method
return Method
        public Method getGenericMethod()
        {
            return m_generic;
        }