コード例 #1
0
 internal TypeSymbolWithAnnotations SubstituteTypeWithTupleUnification(TypeSymbolWithAnnotations previous)
 {
     return(previous.SubstituteTypeWithTupleUnification(this));
 }