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