internal override void AddAnnotation(XmlSchemaAnnotation annotation)
 {
     _annotation = annotation;
 }
Exemple #2
0
 internal virtual void AddAnnotation(XmlSchemaAnnotation annotation)
 {
 }
 internal override void AddAnnotation(XmlSchemaAnnotation annotation)
 {
     _items.Add(annotation);
 }