'Declaration Public Function IndexOfFragment( _ ByVal rf As RenderFragment _ ) As Integer
public int IndexOfFragment( RenderFragment rf )
Parameters
- rf
- The RenderFragment to return the index of.
Return Value
The 0-based index of the specified fragment in Fragments, or -1 if there are no fragments or the fragment was not found.