This version of Unity is unsupported.

SerializedProperty.GetArrayElementAtIndex

Declaration

public SerializedProperty GetArrayElementAtIndex(int index);

Description

Returns the element at the specified index in the array.

See Also: isArray.