X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FSystem.Xml.Serialization%2FXmlSchemas.cs;h=3e85946d13e1fa7bdb35842736c2750f96b1d767;hb=c39145af2464b19374fac41b252e07480ae1a197;hp=257e2bb5063136964f8326668dd2676e43889575;hpb=b7c17c47e6b3c02192e64175cb5ee0ce7f7dda1b;p=mono.git diff --git a/mcs/class/System.XML/System.Xml.Serialization/XmlSchemas.cs b/mcs/class/System.XML/System.Xml.Serialization/XmlSchemas.cs index 257e2bb5063..3e85946d13e 100644 --- a/mcs/class/System.XML/System.Xml.Serialization/XmlSchemas.cs +++ b/mcs/class/System.XML/System.Xml.Serialization/XmlSchemas.cs @@ -64,6 +64,26 @@ namespace System.Xml.Serialization { public XmlSchema this [string ns] { get { return (XmlSchema) table[ns!=null?ns:""]; } } + +#if NET_2_0 + [MonoTODO] + public bool IsCompiled + { + get { throw new NotImplementedException (); } + } + + [MonoTODO] + public ICollection Schemas + { + get { throw new NotImplementedException (); } + } + + [MonoTODO] + public void Compile (ValidationEventHandler handler, bool fullCompile) + { + } +#endif + #endregion // Properties