コード例 #1
0
ファイル: ASTVisitor.cs プロジェクト: zopsi/CppSharp
 public bool VisitUnresolvedUsingType(UnresolvedUsingType unresolvedUsingType, TypeQualifiers quals)
 {
     return(true);
 }
コード例 #2
0
ファイル: Type.cs プロジェクト: walkthetalk/CppSharp
 public UnresolvedUsingType(UnresolvedUsingType type)
     : base(type)
 {
 }