关于 JavaEntity 中 IsUsable 的定义 #69
-
一直有一个疑问:IsUsable的定义是:
其中的哪一个? |
Beta Was this translation helpful? Give feedback.
Answered by
whitecat346
Apr 26, 2025
Replies: 1 comment 2 replies
-
好了,把 IsUsable 去掉了,改成了枚举值现在没这问题了。 public enum JavaCompability
{
Unknown,
Yes,
No,
UnderTranslation,
}
public JavaCompability Compability { get; set; } |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
简单直接,令我震撼