Summary
Encapsulates a collection of XML tags.
Constructors
| Encapsulates a collection of XML tags. |
| Constructor. |
Instance methods
| bool | | Refer to the documentation for ICollection<Tag>.Contains. |
| void | CopyTo(Tag[] array, int arrayIndex) | Refer to the documentation for ICollection<Tag>.CopyTo. |
| IEnumerator<Tag> | | Refer to the documentation for IEnumerable<Tag>.GetEnumerator. |
| int | | Refer to the documentation for IList<Tag>.IndexOf. |
| string | | Refer to the documentation for object.ToString. |
Instance properties
| Tag | | Refer to the documentation for IContent.AsTag. |
| TagCollection | | Refer to the documentation for IContent.AsTags. |
| int | | Refer to the documentation for ICollection<Tag>.Count. |
| string | | Provides a debugger-friendly view of this collection. |
| IContent | | Refer to the documentation for IContent.this[]. |
| Tag | | Refer to the documentation for IList<Tag>.this[]. |
| string | | Refer to the documentation for IContent.Value. |