Class NamedTuple2<T1, T2>
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Generics
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NamedTuple2<T1, T2> : APIBase, IEquatable<APIBase>
Type Parameters
Name | Description |
---|---|
T1 | |
T2 |
Properties
Item1
Declaration
public T1 Item1 { get; }
Property Value
Type | Description |
---|---|
T1 |
Item2
Declaration
public T2 Item2 { get; }
Property Value
Type | Description |
---|---|
T2 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>