コード例 #1
0
ファイル: ASTVisitor.cs プロジェクト: sunyuan213/CppSharp
 public bool VisitUnresolvedUsingType(UnresolvedUsingType unresolvedUsingType, TypeQualifiers quals)
 {
     return(true);
 }
コード例 #2
0
 public bool VisitUnresolvedUsingType(UnresolvedUsingType unresolvedUsingType, TypeQualifiers quals)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public TypePrinterResult VisitUnresolvedUsingType(UnresolvedUsingType unresolvedUsingType, TypeQualifiers quals)
 {
     throw new NotImplementedException();
 }