Example #1
0
 public bool VisitUnresolvedUsingType(UnresolvedUsingType unresolvedUsingType, TypeQualifiers quals)
 {
     return(true);
 }
Example #2
0
 public UnresolvedUsingType(UnresolvedUsingType type)
     : base(type)
 {
 }