コード例 #1
0
ファイル: ASTVisitor.cs プロジェクト: sunyuan213/CppSharp
        public bool VisitUnresolvedUsingDecl(UnresolvedUsingTypename unresolvedUsingTypename)
        {
            if (!VisitDeclaration(unresolvedUsingTypename))
            {
                return(false);
            }

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