Class TheoryDataRow<T1, T2, T3, T4, T5, T6, T7>
- Namespace
 - Xunit
 
- Assembly
 - xunit.v3.core.dll
 
Implementation of ITheoryDataRow which accepts seven typed values.
public sealed class TheoryDataRow<T1, T2, T3, T4, T5, T6, T7> : TheoryDataRowBase, ITheoryDataRow
  Type Parameters
T1The first parameter type.
T2The second parameter type.
T3The third parameter type.
T4The fourth parameter type.
T5The fifth parameter type.
T6The sixth parameter type.
T7The seventh parameter type.
- Inheritance
 - 
      
      
      TheoryDataRow<T1, T2, T3, T4, T5, T6, T7>
 
- Implements
 
- Inherited Members
 
- Extension Methods
 - 
  Xunit.TheoryDataRowBaseExtensions.WithExplicit``1(``0,System.Nullable{System.Boolean})Xunit.TheoryDataRowBaseExtensions.WithSkip``1(``0,System.String)Xunit.TheoryDataRowBaseExtensions.WithTestDisplayName``1(``0,System.String)Xunit.TheoryDataRowBaseExtensions.WithTimeout``1(``0,System.Nullable{System.Int32})Xunit.TheoryDataRowBaseExtensions.WithTrait``1(``0,System.String,System.String)
 
Remarks
Initializes a new instance of the TheoryDataRow<T1, T2, T3, T4, T5, T6, T7> class, encapsulating the seven items of typed data.
Constructors
- TheoryDataRow(T1, T2, T3, T4, T5, T6, T7)
 Implementation of ITheoryDataRow which accepts seven typed values.
Properties
- Data
 Gets the row of data.