Example #1
0
 public RtTypeName ChangeConstructorParameterType(Type parameterType, RtTypeName rtTypeName, RtArgument rtArgument, ReflectionAttachedRtConstructor rtConstructor)
 {
     return(ChangeType(parameterType, rtTypeName));
 }
 protected abstract void ReflectionConstructor(ReflectionAttachedRtConstructor constructor);
 protected override void ReflectionConstructor(ReflectionAttachedRtConstructor constructor)
 {
     ChangeParameters(constructor.ConstructorInfo, constructor.Arguments, (type, rtTypeName, rtArgument) => typeChanger.ChangeConstructorParameterType(type, rtTypeName, rtArgument, constructor));
 }