Catrobat.IDE.Core.Utilities.Helpers.VariableHelper.GetGlobalVariableList C# (CSharp) Method

GetGlobalVariableList() public static method

public static GetGlobalVariableList ( System.Program project ) : ObservableCollection
project System.Program
return ObservableCollection
        public static ObservableCollection<GlobalVariable> GetGlobalVariableList(Program project)
        {
            return project.GlobalVariables;
        }