Gets the object value at given index (this is called when indexer [(int)] is used in the expression).
            
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- objectToCheck
 - Type: 
System Object
Source object to get the index-th value from 
- index
 - Type: 
System Int32
Index of the item to get 
- context
 - Type: CMS.MacroEngine EvaluationContext
Evaluation context 
Return Value
Type: EvaluationResultSee Also