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