'Declaration Public ReadOnly Default Property Item( _
ByVal indexThe zero-based index of the device to get.As Integer _
) As SaneLocalDevice
public SaneLocalDevice this[
int index
]{ get; }
public: __property SaneLocalDevice* get_Item(
int index
);
public:
property SaneLocalDevice^ default [int] { SaneLocalDevice^ get(int index); }
Parameters
- index
- The zero-based index of the device to get.
Return Value
The device at the specified index.