C#C
C#11mo ago
nathanAjacobs

How can I reference multiple generics in summary?

This does not work. Is there a way to do this?

/// <summary>
/// </summary>
/// <returns>
/// A <see cref="Task{Handle{T}}"/>
/// </returns>
public async Task<Handle<T>> Foo()
{
}
Was this page helpful?