Fan.Sys.Method.getGenericMethod C# (CSharp) Метод

getGenericMethod() публичный Метод

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
Результат Method
        public Method getGenericMethod()
        {
            return m_generic;
        }