[Missing <summary> documentation for "P:Phidgets.BridgeInputCollection.Item(System.Int32)"]
Assembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public BridgeInput this[ int index ] { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Default Property Item ( _ index As Integer _ ) As BridgeInput | 
| Visual C++ | 
|---|
| public: property BridgeInput^ default[int index] { BridgeInput^ get (int index); } | 
Parameters
- index
- Type: System..::.Int32