Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Byte を Enum にキャストする方法を知りたい
私のコードはこれです:
public final EnumTest Test() { return (EnumTest)data.get(1); }
データはバイト配列リストであるため、機能しません。C#のようにこれを行う方法はありますか?
ありがとう。