Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlObjectVariableList.XmlObjectVariableList C# (CSharp) Метод

XmlObjectVariableList() публичный Метод

public XmlObjectVariableList ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public XmlObjectVariableList() { ObjectVariableEntries = new List<XmlObjectVariableEntry>(); }

Same methods

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