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

AddAnnotation() 개인적인 메소드

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