[corlib] System.Collections from reference sources
[mono.git] / mcs / class / corlib / ReferenceSources / BCLDebug.cs
1 using System.Diagnostics;
2
3 namespace System
4 {
5         static class BCLDebug
6         {
7                 [Conditional("_DEBUG")]
8                 internal static void Correctness(bool expr, string msg)
9                 {
10                 }
11         }
12 }