public List <ATypeRepresentation> GetChildrenForType(ATypeRepresentation typePlaceholder) { return(typePlaceholder.ReferencedTypes); }
public List <ATypeRepresentation> GetChildrenForType(ATypeRepresentation typePlaceholder) { return(children); }