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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.