Java.lang.ref conflicts with "ref" keyword in C#

Can’t use “java.lang.ref.WeakReference” because the “ref” is compiled with error:
(E28) Unknown type “java.lang.”

Use java.lang.@ref in C#. (Or just @ref)