Click or drag to resize

RichText Methods

The RichText type exposes the following members.

Methods
 NameDescription
Public methodAddAdds an object to the end of the CollectionT.
(Inherited from CollectionRichTextString)
Public methodClearRemoves all elements from the CollectionT.
(Inherited from CollectionRichTextString)
Public methodContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionRichTextString)
Public methodCopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionRichTextString)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionRichTextString)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionRichTextString)
Public methodInsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionRichTextString)
Public methodRemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionRichTextString)
Public methodRemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionRichTextString)
Public methodToString Transforms an object RichText into an object String.
(Overrides ObjectToString)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIListAddAdds an item to the IList.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListContainsDetermines whether the IList contains a specific value.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodICollectionCopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListIndexOfDetermines the index of a specific item in the IList.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListInsertInserts an item into the IList at the specified index.
(Inherited from CollectionRichTextString)
Explicit interface implementationPrivate methodIListRemoveRemoves the first occurrence of a specific object from the IList.
(Inherited from CollectionRichTextString)
Top
See Also