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
Il2CppInterop.Runtime.InteropTypes.Arrays.Il2CppStringArray
Return this with an Item removed from it
public static Il2CppStringArray RemoveFrom(this Il2CppStringArray array, string itemToRemove);
array Il2CppInterop.Runtime.InteropTypes.Arrays.Il2CppStringArray
itemToRemove System.String