Move type to last argument in order to meet fx design guidelines for overloads ...
authorEric StJohn <ericstj@microsoft.com>
Fri, 7 Jun 2019 19:21:24 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 19:21:24 +0000 (12:21 -0700)
commitecbdd78fd856dc63690fe74e866fd5e6472522d3
treeb644d1c7548247dee33c53608e1bc24060a13e9a
parent531e37045f1c9f8ef48b560bec19c0b876763bea
Move type to last argument in order to meet fx design guidelines for overloads  (dotnet/corefx#38272)

* Make type name last in the Add*Resource methods

* Reformat Res.Extensions ref

Includes the missing interface definitions & reorders the members.

Commit migrated from https://github.com/dotnet/corefx/commit/0e86c5b5ae460780a78ee7145204a151deebe7e4
src/libraries/System.Resources.Extensions/ref/System.Resources.Extensions.cs
src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs
src/libraries/System.Resources.Extensions/tests/BinaryResourceWriterUnitTest.cs
src/libraries/System.Resources.Extensions/tests/TestData.cs