linux-packaging-mono/mcs/class/corlib/corert/EnvironmentAugments.cs

9 lines
143 B
C#
Raw Normal View History

using System;
namespace Internal.Runtime.Augments
{
static class EnvironmentAugments
{
public static readonly string StackTrace = "";
}
}