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