Skip to content

Commit 7cf11ca

Browse files
committed
Add description doc for SharedStatic<T>
1 parent 05ab368 commit 7cf11ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SharedStatic.Generic.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
namespace Hi3Helper.Plugin.Core;
1616

17+
/// <summary>
18+
/// Inherited <see cref="SharedStatic"/> with additional supports for APIs which require call or property access to derived exports.
19+
/// </summary>
1720
public class SharedStatic<T> : SharedStatic where T : SharedStatic, new()
1821
{
1922
static SharedStatic()

0 commit comments

Comments
 (0)