示例#1
0
 /// <summary>
 /// Creates a new attribute of the given type (REF or ID) with the
 /// given string value.
 /// </summary>
 /// <param name="type"></param>
 /// <param name="attributeValue"></param>
 public GedcomAttribute(GedcomAttributeType type, char[] attributeValue)
 {
     _type           = type;
     _attributeValue = attributeValue;
 }
示例#2
0
 /// <summary>
 /// Creates a new attribute of the given type (REF or ID) with the
 /// given string value.
 /// </summary>
 /// <param name="type"></param>
 /// <param name="attributeValue"></param>
 public GedcomAttribute(GedcomAttributeType type, char[] attributeValue)
 {
     _type = type;
     _attributeValue = attributeValue;
 }