Пример #1
0
        public void ReadBody()
        {
            if (SpecType == SpecType.full)
            {
                return;
            }

            XmlReader.FillBody(this);
            SpecType = SpecType.full;
        }