We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Casts the elements of an Enumerable to the specified type.
Cast<T>()
Returns reference to itself
In TypeScript this method allows IntelliSence to correctly infer type information. At run time it does not create any overhead.