Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Xml.TagCollection

Summary

Encapsulates a collection of XML tags.

Constructors

TagCollection(IEnumerable<Tag> tags)
Encapsulates a collection of XML tags.
TagCollection(params Tag[] tags)
Constructor.

Instance methods

bool
  • Implements: ICollection<Tag>.Contains(Tag)
Refer to the documentation for ICollection<Tag>.Contains.
void
CopyTo(Tag[] array, int arrayIndex)
  • Implements: ICollection<Tag>.CopyTo(Tag[], int)
Refer to the documentation for ICollection<Tag>.CopyTo.
IEnumerator<Tag>
  • Implements: IEnumerable<Tag>.GetEnumerator()
Refer to the documentation for IEnumerable<Tag>.GetEnumerator.
int
IndexOf(Tag item)
  • Implements: IList<Tag>.IndexOf(Tag)
Refer to the documentation for IList<Tag>.IndexOf.
string
  • Overrides: object.ToString()
Refer to the documentation for object.ToString.

Instance properties

TagRefer to the documentation for IContent.AsTag.
TagCollectionRefer to the documentation for IContent.AsTags.
int
  • Implements: ICollection<Tag>.Count
Refer to the documentation for ICollection<Tag>.Count.
stringProvides a debugger-friendly view of this collection.
IContent
this[string selector]
Refer to the documentation for IContent.this[].
Tag
this[int index]
  • Implements: IList<Tag>.this[int]
Refer to the documentation for IList<Tag>.this[].
stringRefer to the documentation for IContent.Value.