Why? Because return obj as T and return <T>obj are not safe type casts.
return obj as T
return <T>obj
Generated using TypeDoc
Why? Because
return obj as T
andreturn <T>obj
are not safe type casts.