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 3f3868a commit 13c3e2fCopy full SHA for 13c3e2f
Microsoft.Toolkit/Helpers/ObjectStorage/ISettingsStorageHelper.cs
@@ -10,7 +10,7 @@ namespace Microsoft.Toolkit.Helpers
10
/// Service interface used to store data using key value pairs.
11
/// </summary>
12
/// <typeparam name="TKey">The type of keys to use for accessing values.</typeparam>
13
- public interface ISettingsStorageHelper<TKey>
+ public interface ISettingsStorageHelper<in TKey>
14
where TKey : notnull
15
{
16
/// <summary>
0 commit comments