Class TextLineCollection
Nombre del espacio: Aspose.Html.Toolkit.Markdown.Syntax.Text Colección: Aspose.HTML.dll (25.4.0)
Representa la TextLineCollection.
[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
Miembros heredados
ReadOnlyCollection
Methods
IndexOf(Int)
Obtenga el índice de la posición dada.
public int IndexOf(int position)
Parameters
position
int
La posición
Returns
El índice de la colección en el diccionario -o- -1 si la posición no se encuentra.