The record generic class used for code query results made of sequence of records objects with 11 cells each.
            
            Object Model
            Syntax
            
            
            
            
            [DefaultMember("Item")]
public sealed class Record<,,,,,,,,,,> : RecordBase, NDepend.Issue.IRecord  
             
        
             
         
            Type Parameters
- T0
 
- The type parameter of the cell at index 0.
 
- T1
 
- The type parameter of the cell at index 1.
 
- T2
 
- The type parameter of the cell at index 2.
 
- T3
 
- The type parameter of the cell at index 3.
 
- T4
 
- The type parameter of the cell at index 4.
 
- T5
 
- The type parameter of the cell at index 5.
 
- T6
 
- The type parameter of the cell at index 6.
 
- T7
 
- The type parameter of the cell at index 7.
 
- T8
 
- The type parameter of the cell at index 8.
 
- T9
 
- The type parameter of the cell at index 9.
 
- T10
 
- The type parameter of the cell at index 10.
 
 
            
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   NDepend.CodeQuery.RecordBase
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
 
            Requirements
Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed
 
            
            See Also
Reference
Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Members
NDepend.CodeQuery Namespace