Skip to content

Methods_T_CodeJam_DebugCode

andrewvk edited this page Mar 25, 2016 · 8 revisions

DebugCode Methods

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

The DebugCode type exposes the following members.

Methods

 

Name Description
Public methodStatic member AssertArgument(Boolean, String, String) Assertion for the argument value
Public methodStatic member AssertArgument(Boolean, String, String, Object[]) Assertion for the argument value
Public methodStatic member AssertState(Boolean, String) State assertion
Public methodStatic member AssertState(Boolean, String, Object[]) State assertion
Public methodStatic member NotNull(T)(Nullable(T), String) Ensures that arg != null
Public methodStatic member NotNull(T)(T, String) Ensures that arg != null
Public methodStatic member NotNullNorEmpty Ensures that arg is not null nor empty
  Back to Top

See Also

Reference

DebugCode Class
CodeJam Namespace

Clone this wiki locally