|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added 145 characters in body | ||
|
The ThrowIfArgumentIsNull is a nice way to do that null check we all should do.
Below is the way to use it and it works on all classes in your namespace or wherever you use the namespace its within.
It's ok to use this code on the CodePlex project. |
||||
|
1 |
|
||
|
The ThrowIfArgumentIsNull is a nice way to do that null check we all should do.
Below is the way to use it and it works on all classes in your namespace or wherever you use the namespace its within.
|
||||
