9 lines
124 B
C#
9 lines
124 B
C#
|
|
namespace Antmicro.OptionsParser
|
|||
|
|
{
|
|||
|
|
public interface IUnexpectedArgument
|
|||
|
|
{
|
|||
|
|
string Value { get; }
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|