Skip to content

Methods_T_CodeJam_Code

andrewvk edited this page Apr 20, 2016 · 10 revisions

Code Methods

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

The Code type exposes the following members.

Methods

 

Name Description
Public methodStatic member AssertArgument(Boolean, String, Func(String)) Assertion for the argument value
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 DisposedIf(TDisposable)(Boolean, TDisposable) Assertion for object disposal
Public methodStatic member DisposedIf(TDisposable)(Boolean, TDisposable, String) Assertion for object disposal
Public methodStatic member DisposedIf(TDisposable)(Boolean, TDisposable, String, Object[]) Assertion for object disposal
Public methodStatic member DisposedIfNull(TResource, TDisposable)(TResource, TDisposable) Assertion for object disposal
Public methodStatic member DisposedIfNull(TResource, TDisposable)(TResource, TDisposable, String) Assertion for object disposal
Public methodStatic member DisposedIfNull(TResource, TDisposable)(TResource, TDisposable, String, Object[]) Assertion for object disposal
Public methodStatic member InRange(Int32, String, Int32) Assertion for the argument in range
Public methodStatic member InRange(Int32, String, Int32, Int32) Assertion for the argument in range
Public methodStatic member InRange(T)(T, String, T) Assertion for the argument in range
Public methodStatic member InRange(T)(T, String, T, T) Assertion for the argument in range
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
Public methodStatic member NotNullNorWhiteSpace Ensures that arg is not null nor white space
Public methodStatic member ValidIndex(Int32, String) Assertion for index in range
Public methodStatic member ValidIndex(Int32, String, Int32) Assertion for index in range
Public methodStatic member ValidIndexAndCount Assertion for startIndex-count pair
Public methodStatic member ValidIndexPair Assertion for from-to index pair
  Back to Top

See Also

Reference

Code Class
CodeJam Namespace

Clone this wiki locally