'Declaration
Public Default Property Item( _ ByVal Index As System.Integer _ ) As NLightSource
'Usage
Dim instance As NLightSourceCollection Dim Index As System.Integer Dim value As NLightSource instance.Item(Index) = value value = instance.Item(Index)
public NLightSource this[ System.int Index ]; {get; set;}
Parameters
- Index