I assume you mean a high level language that fully supports the CLI
according to the CLI spec?
There isn't one. VB.NET has some aspects (exception filters) that C#
does not have, and likewise C# and managed C++ have CLI features not
available in the other languages.
The only language that fully supports the CLI is IL assembler, but this
is not a high level language.