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