Exemple #1
0
 public List <ATypeRepresentation> GetChildrenForType(ATypeRepresentation typePlaceholder)
 {
     return(typePlaceholder.ReferencedTypes);
 }
Exemple #2
0
 public List <ATypeRepresentation> GetChildrenForType(ATypeRepresentation typePlaceholder)
 {
     return(children);
 }