ResultTlast_index_of(T, Int32) Method
            
            Searches for the specified object and returns the zero-based index of the last
            occurrence within the range of elements in the inference results
            that contains the specified number of elements and ends at the specified index.
            
            
            
              Namespace: OpenVinoSharp.Extensions.resultAssemblies:  OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
  OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
public int last_index_of(
	T item,
	int index
)
- item  T
 - The object to locate in the System.Collections.Generic.List`1. The value can
            be null for reference types.
 - index  Int32
 - The zero-based starting index of the backward search.
 
Int32
            The zero-based index of the last occurrence of item within the range of elements
            in the inference results that contains count number of elements
            and ends at index, if found; otherwise, -1.