P_CommandLine_BaseAttribute_Min - adutton/commandline GitHub Wiki
When applied to IEnumerable(T) properties defines the lower range of items.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public int Min { get; set; }VB
Public Property Min As Integer
Get
SetC++
public:
property int Min {
int get ();
void set (int value);
}F#
member Min : int with get, set
Type: Int32
If not set, no lower range is enforced.