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

XmlObjectVariableList() public method

public XmlObjectVariableList ( ) : System.Collections.Generic
return System.Collections.Generic
        public XmlObjectVariableList() { ObjectVariableEntries = new List<XmlObjectVariableEntry>(); }

Same methods

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