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

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

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

Same methods

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