[]
Defines the SubItemCollectionInfo class.
public class SubItemCollectionInfo : IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Public Class SubItemCollectionInfo
Implements IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Name | Description |
---|---|
SubItemCollectionInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
Count | Gets a value that represents the count of the collection. |
IsReadOnly | Gets whether the collection is read-only. |
this[int] | Gets or sets the item at the specified position. |
Name | Description |
---|---|
Add(SubItemInfo) | Adds an item to the collection. |
Add(object) | Adds an item to the collection. |
AddRange(SubItemInfo[]) | Adds subitems in the specified collection to the end of the collection. |
AddRange(object[]) | Adds subitems in the specified collection to the end of the collection. |
Clear() | Clears all the items in the collection. |
Contains(SubItemInfo) | Determines whether the collection contains a specific item. |
CopyTo(SubItemInfo[], int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
GetEnumerator() | Gets the enumerator. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
IndexOf(SubItemInfo) | Gets the index of the item. |
Insert(int, SubItemInfo) | Inserts an item to the collection at the specified position |
Remove(SubItemInfo) | Deletes a specific item from the collection. |
RemoveAt(int) | Removes the item at the specified position from the collection. |
ToArray() | Copies the subitems of the colletion to a new SubItemInfo array. |