Catrobat.IDE.Core.Models.Variable.Variable C# (CSharp) Метод

Variable() публичный Метод

public Variable ( ) : System.Diagnostics
Результат System.Diagnostics
        public Variable() //look at "maybe we should try to use this again" in SetVariableBrickConverter
        {
            _isSelected = false;
            _name = String.Empty;
        }