/// <summary> /// Adds a new InfoField. /// </summary> public InfoField AddInfoField(InfoFieldType iType) { return(Elements.AddInfoField(iType)); }