'Declaration Public Default Property Item( _
ByVal indexНулевой индекс элемента, который нужно получить.As System.Int32 _
) As VintasoftImage
public VintasoftImage this[
System.Int32 index
]{ get; set; }
public: __property VintasoftImage* get_Item(
System.Int32 index
); public: __property void set_Item(
System.Int32 index,
VintasoftImage* value
);
public:
property VintasoftImage^ default [System.Int32] { VintasoftImage^ get(System.Int32 index); void set(System.Int32 index, VintasoftImage^ value); }
Parameters
- index
- Нулевой индекс элемента, который нужно получить.
Return Value
Элемент по указанному индексу.