public IsNothing ( object value, string message = null ) : void | ||
value | object | The object to verify. |
message | string | An optional message to display if the assertion fails. |
return | void |
Nothing
. The assertion fails if it is not Nothing
. public IsNothing ( object value, string message = null ) : void | ||
value | object | The object to verify. |
message | string | An optional message to display if the assertion fails. |
return | void |