Skip to content

Commit

Permalink
Base64.Internal.Array is now internal. (#164)
Browse files Browse the repository at this point in the history
...to avoid conflicts with the built-in System.Array.
  • Loading branch information
ycrumeyrolle authored Jun 18, 2020
1 parent 436b0bf commit 931006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gfoidl.Base64/Internal/MissingApisExtension.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if NET45
namespace gfoidl.Base64.Internal
{
public static class Array
internal static class Array
{
public static T[] Empty<T>() => EmptyArray<T>.s_value;
//---------------------------------------------------------------------
Expand Down

0 comments on commit 931006b

Please sign in to comment.