Catrobat.IDE.Core.Models.Variable.Variable C# (CSharp) Méthode

Variable() public méthode

public Variable ( ) : System.Diagnostics
Résultat System.Diagnostics
        public Variable() //look at "maybe we should try to use this again" in SetVariableBrickConverter
        {
            _isSelected = false;
            _name = String.Empty;
        }