[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragmentCollection.Insert

Insert Method

Insert(int, RenderFragment)

Inserts a RenderFragment into the current collection at a specified index.

Declaration
public void Insert(int index, RenderFragment rf)
Public Sub Insert(index As Integer, rf As RenderFragment)
Parameters
Type Name Description
int index

The index at which to insert the fragment.

RenderFragment rf

The fragment to insert.