indexOfKey method

indexOfKey(name)

Returns the zero-based index of the specified property in the collection.

indexOfKey(name: string)
ParameterTypeDescription
namestringThe case-sensitive name of the property.

Returns

The zero based index. Negative value if not found.

See Also