Class TextLineCollection
Namespace: Aspose.Html.Toolkit.Markdown.Syntax.Text
Assembly: Aspose.HTML.dll (25.4.0)
Represents the TextLineCollection.
[ComVisible(true)]
public class TextLineCollection : ReadOnlyCollection<textline>, IList<textline>, ICollection<textline>, IList, ICollection, IReadOnlyList<textline>, IReadOnlyCollection<textline>, IEnumerable<textline>, IEnumerable
Inheritance
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.
Exceptions
ArgumentOutOfRangeException </textline></textline></textline></textline></textline></textline></textline></textline></textline></textline></textline></textline></textline></textline>