Skip to content

M_CodeJam_Code_AssertState

andrewvk edited this page Mar 30, 2016 · 8 revisions

Code.AssertState Method (Boolean, String)

[This is preliminary documentation and is subject to change.]

State assertion

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

Syntax

C#

[AssertionMethodAttribute]
public static void AssertState(
	bool condition,
	[NotNullAttribute] string message
)

VB

<AssertionMethodAttribute>
Public Shared Sub AssertState ( 
	condition As Boolean,
	<NotNullAttribute> message As String
)

F#

[<AssertionMethodAttribute>]
static member AssertState : 
        condition : bool * 
        [<NotNullAttribute>] message : string -> unit 

Parameters

 

condition
Type: System.Boolean
[Missing documentation for "M:CodeJam.Code.AssertState(System.Boolean,System.String)"]
message
Type: System.String
[Missing documentation for "M:CodeJam.Code.AssertState(System.Boolean,System.String)"]

See Also

Reference

Code Class
AssertState Overload
CodeJam Namespace

Clone this wiki locally