This version of Unity is unsupported.

SerializedProperty.DeleteArrayElementAtIndex

Declaration

public void DeleteArrayElementAtIndex(int index);

Description

Delete the element at the specified index in the array.

See Also: isArray.