Name | Description | |
---|---|---|
![]() | ItemTemplateCollectionInfo Constructor | Overloaded. |
The following tables list the members exposed by ItemTemplateCollectionInfo.
Name | Description | |
---|---|---|
![]() | ItemTemplateCollectionInfo Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of the collection. |
![]() | Item | Gets or sets the item at the specified position. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the collection. |
![]() | AddRange | Adds some items of specified collection to the end of the collection. |
![]() | Clear | Clears all the items in the collection. |
![]() | Contains | Determines whether the collection contains the specified item. |
![]() | CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Gets an enumerator that iterates through the collection. |
![]() | GetObjectData | Gets the object data. |
![]() | IndexOf | Gets the index of the item. |
![]() | Insert | Inserts an item in the collection at the specified position. |
![]() | Remove | Deletes the specific item from the collection. |
![]() | RemoveAt | Removes the item at the specific position from the collection. |
![]() | ToArray | Copies the subitems of the collection to a new array. |