P_Iota_Lib_CSharp_Api_Model_Bundle_Item - iotaledger-archive/iota.lib.csharp GitHub Wiki
Gets the Transaction at the specified index.
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public Transaction this[
int index
] { get; }
- index
- Type: System.Int32
The index.
Type: Transaction
The Transaction.
Type: Transaction