Skip to content

Commit aa20854

Browse files
authored
Create README.md
1 parent 5666911 commit aa20854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
88
Desharp.Debug.Dump(params object[] args);
9+
Desharp.Debug.Dump(Exception exception = null, Desharp.DumpOptions? options = null);
910

1011
// Snippet shortcut: dddo
1112
Desharp.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
2223
Desharp.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
2527
Desharp.Debug.Dump(obj As Object, Optional options As DumpOptions? = Nothing)

0 commit comments

Comments
 (0)