Fixed docs

pull/83/head
David Hall 2019-09-16 07:53:41 -06:00
parent 97995b9464
commit c0e3335f47
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Vanara.Collections
private readonly Func<TKey, bool> hasKeyFunc;
/// <summary>Initializes a new instance of the <see cref="GenericVirtualReadOnlyDictionaryy{TKey, TValue}"/> class.</summary>
/// <summary>Initializes a new instance of the <see cref="GenericVirtualReadOnlyDictionary{TKey, TValue}"/> class.</summary>
/// <param name="keys">The enumerated list of keys.</param>
/// <param name="getValue">The function used to get a value given a key. Called directly by <c>TryGetValue</c>.</param>
/// <param name="hasKey">