| 1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Reflection;
- using System.Xml;
- namespace System.Runtime.Serialization
- {
- internal partial class XmlDataContract
- {
- internal CreateXmlSerializableDelegate GenerateCreateXmlSerializableDelegate()
- {
- throw new NotImplementedException ();
- }
- }
- }
|