Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sometimes I just need a reminder
void Method<T>(T param); // basic usage void Method<T>(T param) where T : BaseClass // narrow down the type of `T`
class SomeClass<T> where T : BaseClass