indexer for indexed array gets and sets
Namespace: WaterSimDCDCAssembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)
Syntax
| C# |
|---|
public int this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ index As Integer _ ) As Integer Get Set |
Parameters
- index
- Type: System..::..Int32
index to array
Field Value
indexed Model Parameter valueReturn Value
value in provider array for index
Exceptions
| Exception | Condition |
|---|---|
| WaterSimDCDC..::..WaterSim_Exception | if set and value viloates a range rule |