Class TextLineCollection
Namn på plats: Aspose.Html.Toolkit.Markdown.Syntax.Text Sammanfattning: Aspose.HTML.dll (25.4.0)
Representerar 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
Arvsmedlemmar
ReadOnlyCollection
Methods
IndexOf(int)
Få indexet för den angivna positionen.
public int IndexOf(int position)
Parameters
position
int
Positionen är
Returns
Kollektionens index i ordboken - eller -1 om positionen inte finns.