CodeObject.cs 216 B

12345678910111213141516
  1. //
  2. // System.CodeDom CodeObject class implementation
  3. //
  4. // Author:
  5. // Sean MacIsaac ([email protected])
  6. //
  7. // (C) 2001 Ximian, Inc.
  8. //
  9. namespace System.CodeDom
  10. {
  11. [Serializable]
  12. public class CodeObject
  13. {
  14. }
  15. }