Method Assume
Assume(Boolean)
Hints to the compiler that the condition can be assumed to be true.
Declaration
public static void Assume(bool condition)
Parameters
Type | Name | Description |
---|---|---|
Boolean | condition | The boolean condition that can be assumed to be true. |