Example #1
0
        public bool VisitUnresolvedUsingDecl(UnresolvedUsingTypename unresolvedUsingTypename)
        {
            if (!VisitDeclaration(unresolvedUsingTypename))
            {
                return(false);
            }

            return(true);
        }
Example #2
0
 public bool VisitUnresolvedUsingDecl(UnresolvedUsingTypename unresolvedUsingTypename)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public TypePrinterResult VisitUnresolvedUsingDecl(UnresolvedUsingTypename unresolvedUsingTypename)
 {
     throw new NotImplementedException();
 }