Battle_Script_Pro.SuperCommand.SuperCommand C# (CSharp) Méthode

SuperCommand() public méthode

public SuperCommand ( byte theNumberOfParameters ) : System
theNumberOfParameters byte
Résultat System
        public SuperCommand(byte theNumberOfParameters)
        {
            numberOfParameters = theNumberOfParameters;
        }

Same methods

SuperCommand::SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
SuperCommand::SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
SuperCommand