'Declaration
Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As NGalleryItem
'Usage
Dim instance As NGalleryItemCollection Dim index As System.Integer Dim value As NGalleryItem value = instance.Item(index)
public NGalleryItem this[ System.int index ]; {get;}
Parameters
- index