Generic Type References in Live Templates
I frequently use the "Insert reference to type" value type for live template
parameters. I was wondering if there is a supported way of doing this with
generic types when the generic type parameter is another template parameter.
For example:
EventHandler<DependencyPropertyChangedEventArgs<$PropertyType$>>
How could I break the above down such that the type references are resolved
for EventHandler<> and DependencyPropertyChangedEventArgs<>? Is there a
way?
Thanks,
Mike
Please sign in to leave a comment.