Class TextLineCollection
Der Name: Aspose.Html.Toolkit.Markdown.Syntax.Text Zusammensetzung: Aspose.HTML.dll (25.5.0)
Es handelt sich um die TextLineCollection.
[ComVisible(true)]
public class TextLineCollection : ReadOnlyCollection<textline>, IList<textline>, ICollection<textline>, IList, ICollection, IReadOnlyList<textline>, IReadOnlyCollection<textline>, IEnumerable<textline>, IEnumerableInheritance
object
←
ReadOnlyCollection
Implements
IList
Vererbte Mitglieder
ReadOnlyCollection
Methods
IndexOf(Int)
Sie erhalten den Index der gegebenen Position.
public int IndexOf(int position)Parameters
position int
Die Position
Returns
Der Index der Sammlung im Wörterbuch - oder -1 wenn die Position nicht gefunden wird.