UnityEditor.iOSDeviceRequirementGroup.RemoveAtImpl C# (CSharp) Method

RemoveAtImpl() private method

private RemoveAtImpl ( string name, int index ) : void
name string
index int
return void
        private static extern void RemoveAtImpl(string name, int index);
        [MethodImpl(MethodImplOptions.InternalCall)]