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 1f99354 commit d703f81Copy full SHA for d703f81
src/Autofac/Core/InternalReflectionCaches.cs
@@ -55,7 +55,7 @@ internal class InternalReflectionCaches
55
public ReflectionCacheDictionary<Type, ConstructorInfo[]> DefaultPublicConstructors { get; }
56
57
/// <summary>
58
- /// Memoized <see cref="System.Type.GetGenericTypeDefinition"/>.
+ /// Gets a cache of memoized <see cref="System.Type.GetGenericTypeDefinition"/>.
59
/// </summary>
60
public ReflectionCacheDictionary<Type, Type> GenericTypeDefinitionByType { get; }
61
0 commit comments