Exemplo n.º 1
0
 internal void AddAnnotation(XmlAnnotationInfo annotation)
 {
     if (this.annotations == null)
     {
         this.annotations = new List <XmlAnnotationInfo>();
     }
     this.annotations.Add(annotation);
 }
Exemplo n.º 2
0
		internal void AddAnnotation(XmlAnnotationInfo annotation)
		{
			if (this.annotations == null)
			{
				this.annotations = new List<XmlAnnotationInfo>();
			}
			this.annotations.Add(annotation);
		}