Update TypeNameHelper.cs (dotnet/extensions#2194)
\n\nCommit migrated from 204a4eef27
This commit is contained in:
parent
591d6c13ec
commit
29e0146528
|
|
@ -7,7 +7,7 @@ using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Microsoft.Extensions.Internal
|
namespace Microsoft.Extensions.Internal
|
||||||
{
|
{
|
||||||
internal class TypeNameHelper
|
internal static class TypeNameHelper
|
||||||
{
|
{
|
||||||
private const char DefaultNestedTypeDelimiter = '+';
|
private const char DefaultNestedTypeDelimiter = '+';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue