Finds the chunk and returns the index.
Public Overridable Function IndexOf( _
ByVal As Chunk _
) As Integer
Dim instance As Chunk
Dim chunk As Chunk
Dim value As Integer
value = instance.IndexOf(chunk)
public virtual int IndexOf(
Chunk
)
public:
virtual int IndexOf(
Chunk^
)
Parameters
- chunk
- Chunk to find.
Return Value
Index of the chunk. If the chunk is not found, the method returns -1.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family