TupleT1, T2Item1 Property |
Gets or sets the item1.
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 Item1 As T1
Get
public:
property T1 Item1 {
T1 get ();
}
member Item1 : 'T1 with get
Property Value
Type:
T1The item1.
See Also