removeSubstructure method
void
removeSubstructure(
- GedcomStructure structure
inherited
Implementation
void removeSubstructure(T structure) {
substructures.remove(structure);
}
void removeSubstructure(T structure) {
substructures.remove(structure);
}