qtil
advanced-security/qtil-csharp 0.0.3
Search

Member predicate TypeMention::getParent

Gets the parent of this type mention, if any. For example, the parent of int is IEnumerable<int> in

void M(IEnumerable<int> p) {
  ...
}
TypeMention getParent()