6ff8070ca74610f29ef043278448eaaaf0bde76f
[mono.git] / mcs / class / System.Runtime.Serialization / ReferenceSources / XmlDataContract_static.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Reflection;
5 using System.Xml;
6
7 namespace System.Runtime.Serialization
8 {
9         internal partial class XmlDataContract
10         {
11         internal CreateXmlSerializableDelegate GenerateCreateXmlSerializableDelegate()
12         {
13                         throw new NotImplementedException ();
14                 }
15         }
16 }
17