Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 5dffab8

Browse files
committed
Added missing documentation for a public member
1 parent c28f101 commit 5dffab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/Dispatcher.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ public static void Dispatch(Action action)
2626
action.Invoke();
2727
}
2828

29+
/// <summary>
30+
/// Specific dispatcher implementation.
31+
/// </summary>
32+
/// <param name="action">The action to dispatch.</param>
2933
protected abstract void DispatchImpl(Action action);
3034

3135
static Dispatcher()

0 commit comments

Comments
 (0)