Class TextLineCollection
Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Text
Assembly: Aspose.HTML.dll (26.2.0)
Represents the TextLineCollection.
[ComVisible(true)]
public class TextLineCollection : ReadOnlyCollection<TextLine>, IList<TextLine>, ICollection<TextLine>, IList, ICollection, IReadOnlyList<TextLine>, IReadOnlyCollection<TextLine>, IEnumerable<TextLine>, IEnumerableInheritance
object ← ReadOnlyCollection<TextLine> ← TextLineCollection
Implements
IList<TextLine> , ICollection<TextLine> , IList , ICollection , IReadOnlyList<TextLine> , IReadOnlyCollection<TextLine> , IEnumerable<TextLine> , IEnumerable
Inherited Members
ReadOnlyCollection<TextLine>.Contains(TextLine) , ReadOnlyCollection<TextLine>.CopyTo(TextLine[], int) , ReadOnlyCollection<TextLine>.GetEnumerator() , ReadOnlyCollection<TextLine>.IndexOf(TextLine) , ReadOnlyCollection<TextLine>.Empty , ReadOnlyCollection<TextLine>.Count , ReadOnlyCollection<TextLine>.this[int] , ReadOnlyCollection<TextLine>.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
IndexOf(int)
Gets the index of the given position.
public int IndexOf(int position)Parameters
position int
The position
Returns
The index of the collection in the dictionary -or- -1 if the position is not found.