Name | Description | |
---|---|---|
![]() | m_parent | The Parent object this array is attached to. |
![]() | version | A version variable to keep track of list changes. Incremented when adding or removing items. |
The following tables list the members exposed by NativeObjectArray<T,TParentType>.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the array. |
![]() | IsReadOnly | Gets a value indicating whether the list is read-only. |
![]() | Item | Gets an item from the array by index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the list. |
![]() | Clear | Removes all items from the list. Removes all items from the list. |
![]() | Contains | Determines whether the list contains a specific item. |
![]() | CopyTo | Copies the options of the options collection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through all the items in the list. |
![]() | IndexOf | Determines the index of a specific item in the list. |
![]() | Insert | This method is not supported. |
![]() | Remove | Removes an item from the native object array. Removes a specific item from the list. |
![]() | RemoveAt | Removes the item from the list by specified index. |