HologramAuthenticationResultList Class

Namespace: id3.Document

Definition

Represents a list of hologram authentication results.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

HologramAuthenticationResult

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Methods

Name

Description

add

Adds an item to the HologramAuthenticationResultList object.

clear

Clears the HologramAuthenticationResultList object.

clone

Clones the HologramAuthenticationResultList object.

get

Gets an item of the HologramAuthenticationResultList object.

getCount

Gets the number of elements in the HologramAuthenticationResultList object.

removeAt

Removes an element of the HologramAuthenticationResultList object.

resize

HologramAuthenticationResultList object.

set

Sets an item of the HologramAuthenticationResultList object.