Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs')
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs
index 751560d988b..ca7f8db7c2f 100644
--- a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs
+++ b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs
@@ -79,12 +79,10 @@ namespace System.Xml.Schema
throw new NotImplementedException ();
}
+ [MonoTODO]
public virtual bool IsDerivedFrom (XmlSchemaDatatype datatype)
{
- // It is documented to return always false, but
- // actually returns true when the argument is for
- // the same type (and it does not check null argument).
- return this == datatype;
+ throw new NotImplementedException ();
}
#endif