Catrobat.IDE.Core.Utilities.Helpers.VariableHelper.GetGlobalVariableList C# (CSharp) Méthode

GetGlobalVariableList() public static méthode

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