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;
        }