Skip to content

Commit

Permalink
Add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Mar 19, 2024
1 parent c83e0cf commit f585e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/articles/dotnet/boxing-nullable-value-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ public void MyMethod(object? value)
bool isNullable = Nullable.GetUnderlyingType(value.GetType()) != null;
}
```

See also: <https://stackoverflow.com/a/3775643/614177>

0 comments on commit f585e92

Please sign in to comment.