File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Visual Studio code snippets for C# or Visual Basic to work much faster with Desh
66``` csharp
77// Snippet shortcut: ddd
88Desharp .Debug .Dump (params object [] args );
9+ Desharp .Debug .Dump (Exception exception = null , Desharp .DumpOptions ? options = null );
910
1011// Snippet shortcut: dddo
1112Desharp .Debug .Dump (object obj , DumpOptions ? options = null );
@@ -20,6 +21,7 @@ Desharp.Debug.DumpAndDie(object obj = null, DumpOptions? options = null);
2021``` vb
2122' Snippet shortcut: ddd
2223Desharp.Debug.Dump( ParamArray args As Object )
24+ Desharp.Debug.Dump( Optional exception As Exception = Nothing , Optional options As DumpOptions? = Nothing )
2325
2426' Snippet shortcut: dddo
2527Desharp.Debug.Dump(obj As Object , Optional options As DumpOptions? = Nothing )
You can’t perform that action at this time.
0 commit comments