Skip to content

Commit 021f6d6

Browse files
committed
Add comment
1 parent 502c693 commit 021f6d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Visual_Studio_2017/GraphicalDebugging/ExpressionLoader.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,9 @@ abstract class Loader
555555
/// </summary>
556556
abstract class DrawableLoader : Loader
557557
{
558+
/// <summary>
559+
/// Callback function allowing to break loading of variable.
560+
/// </summary>
558561
public delegate bool LoadCallback();
559562

560563
/// <summary>

0 commit comments

Comments
 (0)