Fan.Sys.FuncType.isGenericParameter C# (CSharp) Method

isGenericParameter() public method

public isGenericParameter ( ) : bool
return bool
        public override bool isGenericParameter()
        {
            return m_genericParameterType;
        }