QL.QLClasses.Types.QInt.CheckType C# (CSharp) Method

CheckType() public method

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
return bool
        public override bool CheckType(QLTypeErrors typeErrors)
        {
            return true;
        }