Canguro.Controller.CommandServices.GetMany C# (CSharp) Méthode

GetMany() public méthode

Method to get many Items from the user by any means available (i.e. picking, text input, etc.)
public GetMany ( ) : void
Résultat void
        public void GetMany()
        {
            GetMany(Culture.Get("getMany"));
        }

Same methods

CommandServices::GetMany ( string prompt ) : void