How to disable case insensitivity while using interop? #1783
Answered
by
lahma
scarletquasar
asked this question in
Q&A
-
I am passing an instance to SetValue but both method options (ex: log and Log) seems to be available. I only want the camelCase option. Which configuration should I use to achieve that? Ps: Changing the method name in C# to camelCase have no effect. |
Beta Was this translation helpful? Give feedback.
Answered by
lahma
Feb 19, 2024
Replies: 1 comment
-
Example of strict matching, you can write your own comparer to do strict first-lower. jint/Jint.Tests/Runtime/InteropTests.cs Lines 2674 to 2707 in 4fe84ea |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scarletquasar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of strict matching, you can write your own comparer to do strict first-lower.
jint/Jint.Tests/Runtime/InteropTests.cs
Lines 2674 to 2707 in 4fe84ea