I have the following XAML snippet and I want to include a generic parameter and I can't work out what I need to do?
I guess I'm going to have to created a markup extension to do this but I'm unsure how to get this to work with the x:Type attribute.
DataType="{x:Type vm:FooViewModel<Bar>}"