System.Xml.Schema.XmlSchemaImport.AddAnnotation C# (CSharp) 메소드

AddAnnotation() 개인적인 메소드

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