Name | Description | |
---|---|---|
m_parent | The Parent object this array is attached to. | |
version | A version variable to keep track of field 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 fields 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 widget to the list. | |
Clear | Removes all items from the list. Removes all widgets 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 fields in the form. | |
IndexOf | Determines the index of a specific item in the list. | |
Insert | This method is not supported. | |
Remove | Removes a field from the form. Removes a specific item from the list. | |
RemoveAt | Removes the item from the list by specified index. |