XmlImplementation.cs 183 B

123456789101112131415
  1. using System;
  2. namespace System.Xml
  3. {
  4. /// <summary>
  5. ///
  6. /// </summary>
  7. public class XmlImplementation
  8. {
  9. // Private data members
  10. // public properties
  11. }
  12. }