Antmicro.OptionsParser.NumberOfElementsAttribute.NumberOfElementsAttribute C# (CSharp) Méthode

NumberOfElementsAttribute() public méthode

public NumberOfElementsAttribute ( int max ) : System
max int
Résultat System
        public NumberOfElementsAttribute(int max)
        {
            Max = max;
        }
NumberOfElementsAttribute