'Declaration Public Overloads Overridable Function FindAll( _ ByVal str As String _ ) As List(Of Integer)
'Usage Dim instance As Container Dim str As String Dim value As List(Of Integer) value = instance.FindAll(str)
Parameters
- str
- The value to search for.
Return Value
A list of indexes that match the search conditions.