IndexOf(Processor) Method

Summary

Returns the index of the first occurrence of a Processor object.

Syntax
C#
VB
C++
public int IndexOf( 
   Processor item 
) 
Public Overloads Function IndexOf( _ 
   ByVal item As Processor _ 
) As Integer 
public: 
int IndexOf(  
   Processor^ item 
)  

Parameters

item
A Processor object reference of the item to find.

Return Value

The zero-based index position of the Processor item found, or -1 if not found.

Remarks

Returns the index of the first occurrence of a Processor object.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly