10 lines
111 B
C#
10 lines
111 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace Antmicro.OptionsParser
|
|||
|
|
{
|
|||
|
|
public class HideAttribute : Attribute
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|