'Declaration Public ReadOnly Default Property Item( _
ByVal indexИндекс устройства для получения.As Integer _
) As EsclDevice
public EsclDevice this[
int index
]{ get; }
public: __property EsclDevice* get_Item(
int index
);
public:
property EsclDevice^ default [int] { EsclDevice^ get(int index); }
Parameters
- index
- Индекс устройства для получения.
Return Value
Устройство по указанному индексу.