NDepend.API Documentation
Item Property (RecordBase)
NDepend.CodeQuery Namespace > RecordBase Class : Item Property
The zero-based index of the cell.
Returns this record cell value, for the cell defined at the zero-based index index.
Syntax
public abstract RecordCellValue this[ 
   int index
]; {get;}

Parameters

index
The zero-based index of the cell.
Exceptions
ExceptionDescription
index is not in the range [0, this.RecordArity - 1]
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

RecordBase Class
RecordBase Members