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