ContentCollection<T> Class Members
In This Topic
The following tables list the members exposed by ContentCollection<T>.
Public Properties
| Name | Description |
| Count |
Gets the number of content items in the collection.
|
| First |
Gets the first item in the collection.
|
| Item |
Gets the item at the specified index in the collection.
|
| Last |
Gets the last item in the collection.
|
Top
Public Methods
| Name | Description |
| DebugPrint |
Prints debug info of the collection into console.
|
| Print |
Prints debug info of the collection into the string.
|
Top
See Also