コード例 #1
0
ファイル: Emit.cs プロジェクト: twenty0ne/UnityDecompiled
 public static string LoadArrayElementAddress(string array, string index, bool useArrayBoundsCheck) =>
 $"({array})->{Naming.ForArrayItemAddressGetter(useArrayBoundsCheck)}(static_cast<{Naming.ForArrayIndexType()}>({index}))";