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