Class TextLineCollection
De naam: Aspose.Html.Toolkit.Markdown.Syntax.Text Verzameling: Aspose.HTML.dll (25.4.0)
Vertegenwoordigt de 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
Geëerbiede leden
ReadOnlyCollection
Methods
IndexOf(Int)
Geeft de index van de gegeven positie.
public int IndexOf(int position)
Parameters
position
int
De positie
Returns
De index van de collectie in het woordenboek -of -1 als de positie niet is gevonden.