We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b29a06 commit 2e24efdCopy full SHA for 2e24efd
Microsoft.Toolkit/Extensions/TypeExtensions.cs
@@ -128,7 +128,7 @@ tokens[0] is { } genericName &&
128
/// </summary>
129
/// <param name="type">The input type.</param>
130
/// <returns>An array of types representing the generic arguments.</returns>
131
- public static Type[] GetGenericArguments(this Type type)
+ private static Type[] GetGenericArguments(this Type type)
132
{
133
return type.GetTypeInfo().GenericTypeParameters;
134
}
0 commit comments