Class NamedTuple7<T1, T2, T3, T4, T5, T6, T7>
Inheritance
System.Object
NamedTuple7<T1, T2, T3, T4, T5, T6, T7>
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NamedTuple7<T1, T2, T3, T4, T5, T6, T7> : APIBase, IEquatable<APIBase>
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
Properties
Item1
Declaration
Property Value
Item2
Declaration
Property Value
Item3
Declaration
Property Value
Item4
Declaration
Property Value
Item5
Declaration
Property Value
Item6
Declaration
Property Value
Item7
Declaration
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Implements
System.IEquatable<T>
Extension Methods