'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As RenderingExtensionInfo
public RenderingExtensionInfo this[ int index ]; {get; set;}
Parameters
- index
- The index of the item to get or set.
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As RenderingExtensionInfo
public RenderingExtensionInfo this[ int index ]; {get; set;}