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