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