Click or drag to resize

CompositeTagItem Property

Get or set TLV child object

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public ITlvTag this[
	int i
] { get; protected set; }

Parameters

i
Type: SystemInt32
tlv element position

Return Value

Type: ITlvTag
TLV element at given position

Implements

ICompositeTagItemInt32
See Also