Name | Description | |
---|---|---|
![]() | ItemTemplateCollection Constructor |
The following tables list the members exposed by ItemTemplateCollection.
Name | Description | |
---|---|---|
![]() | ItemTemplateCollection Constructor |
Name | Description | |
---|---|---|
![]() | Count | Gets count of the collection. |
![]() | Item | Gets or sets the item at the specified position. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the collection. |
![]() | Clear | Clears all the items in the collection. |
![]() | Contains | Determines whether the collection contains 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. |
![]() | IndexOf | Gets the index of the item. |
![]() | Insert | Inserts an item to the collection at the specified position |
![]() | Remove | Deletes the specific item from the collection. |
![]() | RemoveAt | Remove the item at specific position from the collection. |