Files

9 lines
124 B
C#
Raw Permalink Normal View History

namespace Antmicro.OptionsParser
{
public interface IUnexpectedArgument
{
string Value { get; }
}
}