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