Class TextLineCollection
Il nome: Aspose.Html.Toolkit.Markdown.Syntax.Text Assemblaggio: Aspose.HTML.dll (25.4.0)
Presenta la collezione di testo.
[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
I membri ereditari
ReadOnlyCollection
Methods
IndexOf(int)
Riceve l’indice della posizione data.
public int IndexOf(int position)
Parameters
position
int
La posizione
Returns
L’indice della collezione nel dizionario -o- -1 se la posizione non è trovata.