From: Santiago Fernandez Madero Date: Fri, 14 Jun 2019 00:08:49 +0000 (-0700) Subject: Update one annotation on System.Runtime ref assembly (dotnet/corefx#38529) X-Git-Tag: submit/tizen/20210909.063632~11031^2~1287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a53d4f0689f33f58b98ed51fdb1752b7f6f558f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update one annotation on System.Runtime ref assembly (dotnet/corefx#38529) Commit migrated from https://github.com/dotnet/corefx/commit/b9bb7c8ec3c6011c0f5815edf38c211982193718 --- diff --git a/src/libraries/System.Runtime/ref/System.Runtime.cs b/src/libraries/System.Runtime/ref/System.Runtime.cs index 444b569..a4f24ef 100644 --- a/src/libraries/System.Runtime/ref/System.Runtime.cs +++ b/src/libraries/System.Runtime/ref/System.Runtime.cs @@ -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); }