'Declaration
Public Shared Function IndexOf( _ ByVal tokens() As WildcardToken, _ ByVal str As String, _ ByVal startIndex As Integer _ ) As Integer
'Usage
Dim tokens() As WildcardToken Dim str As String Dim startIndex As Integer Dim value As Integer value = Wildcard.IndexOf(tokens, str, startIndex)
public static int IndexOf( WildcardToken[] tokens, string str, int startIndex )
Parameters
- tokens
- str
- startIndex