Commit 81e979c
authored
Update Invalid TransactionType Logic (#46472)
Example snippet returns an Invalid parse per row as follows:
"Deposit => Parsed Amount: 10000, New Balance: 10000
Invalid => Parsed Amount: 0, New Balance: 10000
Deposit => Parsed Amount: 500, New Balance: 10500
Invalid => Parsed Amount: 0, New Balance: 10500"1 parent b6833f1 commit 81e979c
File tree
1 file changed
+2
-0
lines changed- docs/csharp/tour-of-csharp/tutorials/snippets/PatternMatching
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments