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