Click or drag to resize

ITextPropertyList<T> Methods

IT Hit WebDAV Classes Reference

The ITextPropertyList<T> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(T)
Adds an item to the ICollection<T>.
(Inherited from ICollection<T>.)
Public methodAdd(String)
Adds a new property to the list of properties.
Public methodClear
Removes all items from the ICollection<T>.
(Inherited from ICollection<T>.)
Public methodContains
Determines whether the ICollection<T> contains a specific value.
(Inherited from ICollection<T>.)
Public methodCopyTo
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ICollection<T>.)
Public methodCreateProperty
Creates a new property that can be added to this list using Add(T) method.
(Inherited from IPropertyList<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of a specific item in the IList<T>.
(Inherited from IList<T>.)
Public methodInsert
Inserts an item to the IList<T> at the specified index.
(Inherited from IList<T>.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollection<T>.
(Inherited from ICollection<T>.)
Public methodRemoveAt
Removes the IList<T> item at the specified index.
(Inherited from IList<T>.)
Top
See Also