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
|
public interface ISecureStorageProvider : IDisposable
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Occurs when the underlying storage has changed and the configuration should be reloaded.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
event EventHandler StorageChanged;
|
event EventHandler StorageChanged;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user