Exemplo n.º 1
0
		/// <summary>
		///   Initializes a new instance of the Xml class based on another Xml object. </summary>
		/// <param name="xml">
		///   The Xml object whose properties and events are used to initialize the object being constructed. </param>
		public Xml(Xml xml) :
			base(xml)
		{
			m_rootName = xml.m_rootName;
		}
Exemplo n.º 2
0
 /// <summary>
 ///   Initializes a new instance of the Xml class based on another Xml object. </summary>
 /// <param name="xml">
 ///   The Xml object whose properties and events are used to initialize the object being constructed. </param>
 public Xml(Xml xml) :
     base(xml)
 {
     m_rootName = xml.m_rootName;
 }