Update one annotation on System.Runtime ref assembly (dotnet/corefx#38529)
authorSantiago Fernandez Madero <safern@microsoft.com>
Fri, 14 Jun 2019 00:08:49 +0000 (17:08 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 14 Jun 2019 00:08:49 +0000 (20:08 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/b9bb7c8ec3c6011c0f5815edf38c211982193718

src/libraries/System.Runtime/ref/System.Runtime.cs

index 444b569..a4f24ef 100644 (file)
@@ -5594,7 +5594,7 @@ namespace System.Reflection
         public abstract System.Reflection.FieldInfo BindToField(System.Reflection.BindingFlags bindingAttr, System.Reflection.FieldInfo[] match, object value, System.Globalization.CultureInfo? culture);
         public abstract System.Reflection.MethodBase BindToMethod(System.Reflection.BindingFlags bindingAttr, System.Reflection.MethodBase[] match, ref object?[] args, System.Reflection.ParameterModifier[]? modifiers, System.Globalization.CultureInfo? culture, string[]? names, out object? state);
         public abstract object ChangeType(object value, System.Type type, System.Globalization.CultureInfo? culture);
-        public abstract void ReorderArgumentArray(ref object[] args, object state);
+        public abstract void ReorderArgumentArray(ref object?[] args, object state);
         public abstract System.Reflection.MethodBase? SelectMethod(System.Reflection.BindingFlags bindingAttr, System.Reflection.MethodBase[] match, System.Type[] types, System.Reflection.ParameterModifier[]? modifiers);
         public abstract System.Reflection.PropertyInfo? SelectProperty(System.Reflection.BindingFlags bindingAttr, System.Reflection.PropertyInfo[] match, System.Type? returnType, System.Type[]? indexes, System.Reflection.ParameterModifier[]? modifiers);
     }