#if NET_2_0 namespace System.Xml { public abstract class XmlShimWriter : XmlWriter { protected XmlShimWriter () { } } } #endif