Catrobat.IDE.Core.Utilities.Helpers.VariableHelper.GetGlobalVariableList C# (CSharp) Метод

GetGlobalVariableList() публичный статический Метод

public static GetGlobalVariableList ( System.Program project ) : ObservableCollection
project System.Program
Результат ObservableCollection
        public static ObservableCollection<GlobalVariable> GetGlobalVariableList(Program project)
        {
            return project.GlobalVariables;
        }