How can I design generic methods

The method GetAll() is generic.

IList<T> GetAll<T>();

And this I would like to describe in UML in VP.
That the method is generic I cannot see in the code below.

+getAll() : IList

I would like to see:

+getAll() : IList

Is VP capable to design this?

Thanks!
Sven