'Declaration Public Shadows ReadOnly Default Property Item( _ ByVal Index As Integer _ ) As LightSource
'Usage Dim instance As LightSourceCollection Dim Index As Integer Dim value As LightSource value = instance.Item(Index)
public new LightSource this[ int Index ]; {get;}
Parameters
- Index