Skip to content

Commit cd915be

Browse files
authored
Merge pull request #825 from gorsheninmv/make-cast-extensions-internal
mark CastExtensions as internal class
2 parents b0b0ec9 + 5ece267 commit cd915be

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)