Ejemplo n.º 1
0
 public void AddAttribute(GedcomAttribute att)
 {
     attributes.Add(att);
 }
Ejemplo n.º 2
0
        public string GetAttribute(int i)
        {
            GedcomAttribute a = attributes[i] as GedcomAttribute;

            return(a.Value);
        }
Ejemplo n.º 3
0
 public void AddAttribute(GedcomAttribute att)
 {
     attributes.Add(att);
 }