9 lines
176 B
C#
Raw Normal View History

// This *will be* auto-generated file
namespace System.Runtime.InteropServices
{
static class SR
{
public const string Argument_EmptyValue = "Value cannot be empty.";
}
}