Class CustomXmlPartCollection

CustomXmlPartCollection class

Represents a Custom XML Data Storage Part (custom XML data within a package).

public class CustomXmlPartCollection : CollectionBase<CustomXmlPart>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets an item at the specified index.
Item { get; set; }

Methods

NameDescription
Add(byte[], byte[])Adds an item to the collection.
BinarySearch(CustomXmlPart)
BinarySearch(CustomXmlPart, IComparer<CustomXmlPart>)
BinarySearch(int, int, CustomXmlPart, IComparer<CustomXmlPart>)
Clear()
Contains(CustomXmlPart)
CopyTo(CustomXmlPart[])
CopyTo(CustomXmlPart[], int)
CopyTo(int, CustomXmlPart[], int, int)
Exists(Predicate<CustomXmlPart>)
Find(Predicate<CustomXmlPart>)
FindAll(Predicate<CustomXmlPart>)
FindIndex(Predicate<CustomXmlPart>)
FindIndex(int, Predicate<CustomXmlPart>)
FindIndex(int, int, Predicate<CustomXmlPart>)
FindLast(Predicate<CustomXmlPart>)
FindLastIndex(Predicate<CustomXmlPart>)
FindLastIndex(int, Predicate<CustomXmlPart>)
FindLastIndex(int, int, Predicate<CustomXmlPart>)
GetEnumerator()
IndexOf(CustomXmlPart)
IndexOf(CustomXmlPart, int)
IndexOf(CustomXmlPart, int, int)
LastIndexOf(CustomXmlPart)
LastIndexOf(CustomXmlPart, int)
LastIndexOf(CustomXmlPart, int, int)
RemoveAt(int)
SelectByID(string)Gets an item by id.

See Also