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

AddAnnotation() private method

private AddAnnotation ( XmlSchemaAnnotation annotation ) : void
annotation XmlSchemaAnnotation
return void
        internal override void AddAnnotation(XmlSchemaAnnotation annotation) {
            this.annotation = annotation;
        }
    }