docs: fill in empty XML comment for StorageChanged event
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ namespace StevanFreeborn.Extensions.Configuration.Secure.Storage;
|
||||
public interface ISecureStorageProvider : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// Occurs when the underlying storage has changed and the configuration should be reloaded.
|
||||
/// </summary>
|
||||
event EventHandler StorageChanged;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user