PexAssume.BooleanIsZeroOrOne(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assumes that a boolean value is either zero or one
public:
static void BooleanIsZeroOrOne(bool value);
public static void BooleanIsZeroOrOne (bool value);
static member BooleanIsZeroOrOne : bool -> unit
Public Shared Sub BooleanIsZeroOrOne (value As Boolean)
Parameters
- value
- Boolean