Member predicate TypeMention::getTarget
Gets the element to which this type mention belongs, if any.
For example, IEnumerable<int>
belongs to parameter p
in
void M(IEnumerable<int> p) { }
Gets the element to which this type mention belongs, if any.
For example, IEnumerable<int>
belongs to parameter p
in
void M(IEnumerable<int> p) { }