You've already forked linux-packaging-mono
14 lines
190 B
C#
14 lines
190 B
C#
![]() |
namespace System.Diagnostics.Private
|
||
|
{
|
||
|
static class Debug
|
||
|
{
|
||
|
public static void Assert (bool condition)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
public static void Assert (bool condition, string message)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|