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

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

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

Same methods

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