Class NamedTuple3<T1, T2, T3>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NamedTuple3<T1, T2, T3>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Generics
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NamedTuple3<T1, T2, T3> : APIBase, IEquatable<APIBase>
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Item1
Declaration
public T1 Item1 { get; }
Property Value
Type | Description |
---|---|
T1 |
Item2
Declaration
public T2 Item2 { get; }
Property Value
Type | Description |
---|---|
T2 |
Item3
Declaration
public T3 Item3 { get; }
Property Value
Type | Description |
---|---|
T3 |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>