TupleT1, T2Item2 Property |
Gets or sets the item2.
Namespace:
Atomia.Billing.Core.Sdk.Utils.Containers
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax Public ReadOnly Property Item2 As T2
Get
public:
property T2 Item2 {
T2 get ();
}
member Item2 : 'T2 with get
Property Value
Type:
T2The item2.
See Also