Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlProgramVariableList.XmlProgramVariableList C# (CSharp) Method

XmlProgramVariableList() public method

public XmlProgramVariableList ( ) : System.Collections.Generic
return System.Collections.Generic
        public XmlProgramVariableList()
        {
            UserVariableReferences = new List<XmlUserVariableReference>();
        }

Same methods

XmlProgramVariableList::XmlProgramVariableList ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic