The following tables list the members exposed by the CardDataObjectList type.

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