System.Xml.Schema.XmlSchemaRedefine.AddAnnotation C# (CSharp) Method

AddAnnotation() private method

private AddAnnotation ( XmlSchemaAnnotation annotation ) : void
annotation XmlSchemaAnnotation
return void
        internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
            items.Add(annotation);
        }
    }