diff --git a/src/Reflectify/Reflectify.cs b/src/Reflectify/Reflectify.cs index 22d9bc7..9ebdf20 100644 --- a/src/Reflectify/Reflectify.cs +++ b/src/Reflectify/Reflectify.cs @@ -457,7 +457,7 @@ private static IEnumerable GetConversionOperators(this Type type, Ty } } -public static class TypeExtensions +internal static class TypeExtensions { /// /// If the type provided is a nullable type, gets the underlying type. Returns the type itself otherwise. @@ -501,7 +501,7 @@ public static bool HasAttributeInHierarchy(this MemberInfo type) } } -public static class PropertyInfoExtensions +internal static class PropertyInfoExtensions { /// /// Returns true if the property is an indexer, or false otherwise.