示例#1
0
 public IDecompilerTypeSystem GetSpecializingTypeSystem(TypeParameterSubstitution newSubstitution)
 {
     //return context.GetSpecializingTypeSystem(TypeParameterSubstitution.Compose(newSubstitution, this.substitution));
     // Because the input new substitution is taken from IMember.Substitution for some member that
     // was resolved by this type system, it already contains 'this.substitution'.
     return(context.GetSpecializingTypeSystem(newSubstitution));
 }