9 lines
143 B
C#
9 lines
143 B
C#
|
using System;
|
||
|
|
||
|
namespace Internal.Runtime.Augments
|
||
|
{
|
||
|
static class EnvironmentAugments
|
||
|
{
|
||
|
public static readonly string StackTrace = "";
|
||
|
}
|
||
|
}
|