See Item[([(Int32])]).
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public T this[ int index ] { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Default Property Item ( _ index As Integer _ ) As T | 
| Visual C++ | 
|---|
| public: virtual property T default[int index] { T get (int index) sealed; void set (int index, T value) sealed; } | 
Parameters
- index
- Type: System..::.Int32
Implements
IList<(Of <(T>)>)..::.Item[([(Int32])]) Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| System..::.NotSupportedException | if the setter of this property is called. | 





