Skip to content

M_CodeJam_Code_AssertState_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 8 revisions

Code.AssertState Method (Boolean, String, Object[])

State assertion

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static void AssertState(
	bool condition,
	string messageFormat,
	params Object[] args
)

VB

Public Shared Sub AssertState ( 
	condition As Boolean,
	messageFormat As String,
	ParamArray args As Object()
)

F#

static member AssertState : 
        condition : bool * 
        messageFormat : string * 
        args : Object[] -> unit 

Parameters

 

condition
Type: System.Boolean
The condition to check
messageFormat
Type: System.String
The message format.
args
Type: System.Object[]
The arguments.

See Also

Reference

Code Class
AssertState Overload
CodeJam Namespace

Clone this wiki locally