Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: void AssertAll<T>(IEnumerable<T>, Func<T, bool>, string)Declarationpublic static void AssertAll<T>(
IEnumerable<T> collection,
Func<T, bool> assertion,
string message = null
) Summary
Checks the specified condition and causes the debugger to break if it is false. Throws an Exception afterwards. Generic type parametersT | This type parameter is not documented. |
|