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

isGenericInstance() public method

Return if this method is the parameterization of a generic method, with all the generic parameters filled in with real types.
public isGenericInstance ( ) : bool
return bool
        public bool isGenericInstance()
        {
            return m_generic != null;
        }