The following tables list the members exposed by the CardDataObjectList type.
Name | Description | |
---|---|---|
![]() |
Add(object) | Adds an item to the IList. |
![]() |
Add(CardDataObject) | Adds another child data object to the end of this data object list. |
![]() |
Add(int, byte[]) | Adds a primitive data object with the given tag and data to the end of this data object list. |
![]() |
Clear() | Removes all items from the IList. |
![]() |
ComputeTotalSize(CardDataObjectEncoding) | Calculates the total byte size required for encoding all data objects in this list. |
![]() |
Contains(object) | Determines whether the IList contains a specific value. |
![]() |
CopyTo(Array, int) | Copies to. |
![]() |
Find(int, bool) | Searches for the first match. |
![]() |
Generate(CardDataObjectEncoding) | Generates a byte array for a given TLV encoding type. |
![]() |
GetEnumerator() | Gets the enumerator. |
![]() |
IndexOf(object) | Determines the index of a specific item in the IList . |
![]() |
Insert(int, object) | Inserts an item to the IList at the specified index. |
![]() |
Parse(byte[], ref int, ref int, CardDataObjectEncoding) | Parses a sequence of TLV encoded data objects. |
![]() |
Parse(byte[]) | Parses a sequence of TLV encoded data objects. |
![]() |
ParseSimple(byte[]) | Parses a sequence of SIMPLE-TLV encoded data objects. |
![]() |
Remove(object) | Removes the first occurrence of a specific object from the IList. |
![]() |
RemoveAt(int) | Removes the IList item at the specified index. |