536cd135cc
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
9 lines
143 B
C#
9 lines
143 B
C#
using System;
|
|
|
|
namespace Internal.Runtime.Augments
|
|
{
|
|
static class EnvironmentAugments
|
|
{
|
|
public static readonly string StackTrace = "";
|
|
}
|
|
} |