Catrobat.IDE.Core.Models.Variable.Variable C# (CSharp) Method

Variable() public method

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