[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragmentCollection.Item

this Property

this[int]

Gets or sets the element at the specified index.

Declaration
public RenderFragment this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As RenderFragment
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
RenderFragment

The element at the specified index.