Skip to content

Commit c7b64e4

Browse files
Update README.md
1 parent 261558f commit c7b64e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ For a code sample, please look at the above example.
8686
8. ```Guard.ZeroOrPositive``` throws if the input is zero or positive.
8787
9. ```Guard.OutOfRange``` throws if the generic ```IComparable<T>``` input is out of the specified range.
8888
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.
8990

0 commit comments

Comments
 (0)