XSharpPublic
XSharpPublic copied to clipboard
Mouse tooltips do not work for generic functions (<T>-like)

Serggio,
In this case the <INT> is not needed for AAdd(): the compiler knows that aInts is an ARRAY OF INT, so it automatically resolves the function to AAdd<INT>().