Esempio n. 1
0
        public virtual bool VisitUnsupportedType(UnsupportedType type, TypeQualifiers quals)
        {
            if (!VisitType(type, quals))
            {
                return(false);
            }

            return(true);
        }
Esempio n. 2
0
 public UnsupportedType(UnsupportedType type)
     : base(type)
 {
 }
Esempio n. 3
0
 public virtual string VisitUnsupportedType(UnsupportedType type, TypeQualifiers quals)
 {
     return(string.Empty);
 }