Telerik.Web.UI.SpellCheckErrors
A collection that stores Telerik.Web.UI.SpellCheckError objects.
Inheritance Hierarchy
- System.Object
- System.Collections.CollectionBase
- Telerik.Web.UI.SpellCheckErrors
Properties
Item SpellCheckError
Represents the entry at the specified index of the .
Methods
Add
Adds a with the specified value to the .
Parameters
value Telerik.Web.UI.SpellCheckError
The to add.
Returns
System.Void
The index at which the new element was inserted.
AddRange
Copies the elements of an array to the end of the .
Parameters
value Telerik.Web.UI.SpellCheckError
An array of type containing the objects to add to the collection.
Returns
System.Void
None.
AddRange
Adds the contents of another to the end of the collection.
Parameters
value Telerik.Web.UI.SpellCheckErrors
A containing the objects to add to the collection.
Returns
System.Void
None.
Contains
Gets a value indicating whether the contains the specified .
Parameters
value Telerik.Web.UI.SpellCheckError
The to locate.
Returns
System.Boolean
if the is contained in the collection;
otherwise, .
CopyTo
Copies the values to a one-dimensional instance at the specified index.
Parameters
array Telerik.Web.UI.SpellCheckError
The one-dimensional that is the destination of the values copied from .
index System.Int32
The index in where copying begins.
Returns
System.Void
None.
GetEnumerator
Returns an enumerator that can iterate through the .
Returns
Telerik.Web.UI.SpellCheckErrorEnumerator
None.
IndexOf
Returns the index of a in the .
Parameters
value Telerik.Web.UI.SpellCheckError
The to locate.
Returns
System.Int32
The index of the of in the
, if found; otherwise, -1.
Insert
Inserts a into the at the specified index.
Parameters
index System.Int32
The zero-based index where should be inserted.
value Telerik.Web.UI.SpellCheckError
The to insert.
Returns
System.Void
None.
Remove
Removes a specific from the .
Parameters
value Telerik.Web.UI.SpellCheckError
The to remove from the .
Returns
System.Void
None.