mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 10:56:41 +00:00
Remove notes about func arg null check
since it has been delayed
This commit is contained in:
parent
3734f966ca
commit
02c0a04aad
1 changed files with 0 additions and 1 deletions
|
@ -564,7 +564,6 @@ variable is null
|
|||
variable is not null
|
||||
|
||||
// null parameter checking [C# 10]
|
||||
Method(Type arg!!) {} // will throwArgumentNullException if arg is null
|
||||
ArgumentNullException.ThrowIfNull(obj);
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue