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