Class TextLineCollection
Nom dels espais: Aspose.Html.Toolkit.Markdown.Syntax.Text Assemblea: Aspose.HTML.dll (25.4.0)
Representa la col·lecció de text.
[ComVisible(true)]
public class TextLineCollection : ReadOnlyCollection<textline>, IList<textline>, ICollection<textline>, IList, ICollection, IReadOnlyList<textline>, IReadOnlyCollection<textline>, IEnumerable<textline>, IEnumerable
Inheritance
object
←
ReadOnlyCollection
Implements
IList
Membres heretats
ReadOnlyCollection
Methods
IndexOf(Int)
Obté l’índex de la posició donada.
public int IndexOf(int position)
Parameters
position
int
La posició
Returns
L’índex de la col·lecció en el diccionari -o- -1 si la posició no es troba.