ICompositeTagItem Property
|
Get 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)
SyntaxITlvTag this[
int i
] { get; }
ReadOnly Default Property Item (
i As Integer
) As ITlvTag
Get
property ITlvTag^ default[int i] {
ITlvTag^ get (int i);
}
abstract Item : ITlvTag with get
Parameters
- i
- Type: SystemInt32
tlv element position
Return Value
Type:
ITlvTagTLV element at given position
See Also