Skip to content

Commit dc36633

Browse files
committed
Update Comment
1 parent b37f9f3 commit dc36633

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher.Plugin/IPublicAPI.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ public interface IPublicAPI
182182
/// <summary>
183183
/// Save JsonStorage for current plugin. This is the method used to save settings to json in Flow.Launcher
184184
/// This method will override the original class instance loaded from LoadJsonStorage
185+
/// This method allows registering a type with provided instance so that it won't create a new one.
186+
/// Only use it when you would like to create a new instance of the type instance and overwrite the original one
187+
/// stored before.
185188
/// </summary>
186189
/// <typeparam name="T">Type for Serialization</typeparam>
187190
/// <returns></returns>

0 commit comments

Comments
 (0)