In C#, I am trying to use
According to the B.3.1 ID string format article, referencing an array is done with [square brackets] (with optional lowerbound:size specifiers) but if you just want to refer to an array of a certain type (or even an Object array), you can't just write
instead you need to specify you're making a type reference with the T: prefix, like
This does not seem to apply when referencing a specific overload of a method, such as