Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

P_Iota_Lib_CSharp_Api_Model_Bundle_Item

saniro edited this page Feb 16, 2017 · 1 revision

Bundle.Item Property

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)

Syntax

C#

public Transaction this[
	int index
] { get; }

Parameters

 

index
Type: System.Int32
The index.

Property Value

Type: Transaction
The Transaction.

Return Value

Type: Transaction

See Also

Reference

Bundle Class
Iota.Lib.CSharp.Api.Model Namespace

Clone this wiki locally