We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261558f commit c7b64e4Copy full SHA for c7b64e4
README.md
@@ -86,4 +86,5 @@ For a code sample, please look at the above example.
86
8. ```Guard.ZeroOrPositive``` throws if the input is zero or positive.
87
9. ```Guard.OutOfRange``` throws if the generic ```IComparable<T>``` input is out of the specified range.
88
10. ```Guard.InvalidEnumValue``` throws if the input cannot be cast to a member of the specified enumeration.
89
+11. ```Guard.ZeroPointer``` throws if the input is IntPtr.Zero.
90
0 commit comments