public static RuntimeType GetArrayType(RuntimeType elementType)
 {
     return(RuntimeTypeUnifier.GetArrayType(elementType));
 }