Utils.AssertArgument(Boolean, String, Object[]) 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.
Argument checker
public static void AssertArgument (bool condition, string format, params object[] args);
static member AssertArgument : bool * string * obj[] -> unit
Public Shared Sub AssertArgument (condition As Boolean, format As String, ParamArray args As Object())
Parameters
- condition
- Boolean
- format
- String
- args
- Object[]