Beispiel #1
0
 public override Type EnsureType(ErrorCollector collector, Type type, ref bool success, bool must_unbox)
 {
     this.must_unbox |= must_unbox;
     restricted_type &= type;
     return(Target.EnsureType(collector, type, ref success, must_unbox));
 }
Beispiel #2
0
 public override void EnsureType(ErrorCollector collector, Type type)
 {
     Target.EnsureType(collector, type);
 }