Method IndexOf
IndexOf(ComponentTypeView)
Retrieve the index of the component type view in the array.
Declaration
public int IndexOf(EntitiesJournaling.ComponentTypeView componentTypeView)Parameters
| Type | Name | Description | 
|---|---|---|
| EntitiesJournaling.ComponentTypeView | componentTypeView | The component type view. | 
Returns
| Type | Description | 
|---|---|
| int | The index of the component type view if found, otherwise -1. |