Skip to content

Commit 5ece267

Browse files
Горшенин Михаил (Gorshenin_MV)Горшенин Михаил (Gorshenin_MV)
authored andcommitted
mark CastExtensions as internal class
1 parent b0b0ec9 commit 5ece267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLine/CastExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace CommandLine
66
{
7-
public static class CastExtensions
7+
internal static class CastExtensions
88
{
99
private const string ImplicitCastMethodName = "op_Implicit";
1010
private const string ExplicitCastMethodName = "op_Explicit";

0 commit comments

Comments
 (0)