'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ImGearRecCodePage
'Usage Dim instance As ImGearRecCodePageCollection Dim index As Integer Dim value As ImGearRecCodePage value = instance.Item(index)
public ImGearRecCodePage this[ int index ]; {get;}
public: __property ImGearRecCodePage get_Item int index ;
public: property ImGearRecCodePage default [int] { ImGearRecCodePage get(int index); }
Parameters
- index
- Index of the Code Page (from 0 to Count - 1).