Catrobat.IDE.Core.Xml.XmlObjects.Bricks.XmlBrick.CreateCommonXML C# (CSharp) Метод

CreateCommonXML() защищенный Метод

protected CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
Результат void
        protected virtual void CreateCommonXML(XElement xRoot)
        {
            //  //if (sprite != null)
            //  //  xRoot.Add(sprite.CreateXML());
        }
    }