Table of Contents
Extension methods for Il2CppStringArrays
public static class Il2CppStringArrayExt
Inheritance System.Object Il2CppStringArrayExt
Return this with an Item added to it
public static Il2CppStringArray AddTo(this Il2CppStringArray array, string itemToAdd);
array
Il2CppInterop.Runtime.InteropTypes.Arrays.Il2CppStringArray
itemToAdd
System.String