Skip to content

Commit 13c3e2f

Browse files
Update Microsoft.Toolkit/Helpers/ObjectStorage/ISettingsStorageHelper.cs
Co-authored-by: Sergio Pedri <[email protected]>
1 parent 3f3868a commit 13c3e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit/Helpers/ObjectStorage/ISettingsStorageHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.Toolkit.Helpers
1010
/// Service interface used to store data using key value pairs.
1111
/// </summary>
1212
/// <typeparam name="TKey">The type of keys to use for accessing values.</typeparam>
13-
public interface ISettingsStorageHelper<TKey>
13+
public interface ISettingsStorageHelper<in TKey>
1414
where TKey : notnull
1515
{
1616
/// <summary>

0 commit comments

Comments
 (0)