QL.QLClasses.Types.QInt.CheckType C# (CSharp) 메소드

CheckType() 공개 메소드

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