예제 #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;
		}
예제 #2
0
파일: Xml.cs 프로젝트: xiaoliukai/VMukti
 /// <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;
 }