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