'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As IdentificationMatch
'Usage
Dim instance As IdentificationMatchCollection Dim index As Integer Dim value As IdentificationMatch instance.Item(index) = value value = instance.Item(index)
public IdentificationMatch this[ int index ]; {get; set;}
public: property IdentificationMatch^ default [int] { IdentificationMatch^ get(int index); void set (int index, IdentificationMatch^ value); }
Parameters
- index
- The zero-based index in the collection to get or set.