IndexOf(LogEntryBase,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function IndexOf( _
ByVal As LogEntryBase, _
ByVal As System.Integer _
) As System.Integer
public System.int IndexOf(
LogEntryBase ,
System.int
)
Parameters
- item
- index
See Also