Class TextLineCollection

Class TextLineCollection

Nombre del espacio: Aspose.Html.Toolkit.Markdown.Syntax.Text Colección: Aspose.HTML.dll (25.4.0)

Representa la TextLineCollection.

[ComVisible(true)]
public class TextLineCollection : ReadOnlyCollection<textline>, IList<textline>, ICollection<textline>, IList, ICollection, IReadOnlyList<textline>, IReadOnlyCollection<textline>, IEnumerable<textline>, IEnumerable

Inheritance

object ReadOnlyCollection TextLineCollection

Implements

IList ,y, ICollection ,y, IList ,y, ICollection ,y, IReadOnlyList ,y, IReadOnlyCollection ,y, IEnumerable ,y, IEnumerable

Miembros heredados

ReadOnlyCollection.Contains(TextLine) ,y, ReadOnlyCollection.CopyTo(TextLine[], int) ,y, ReadOnlyCollection.GetEnumerator() ,y, ReadOnlyCollection.IndexOf(TextLine) ,y, ReadOnlyCollection.Empty ,y, ReadOnlyCollection.Count ,y, ReadOnlyCollection.this[int] ,y, ReadOnlyCollection.Items ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Methods

IndexOf(Int)

Obtenga el índice de la posición dada.

public int IndexOf(int position)

Parameters

position int

La posición

Returns

int

El índice de la colección en el diccionario -o- -1 si la posición no se encuentra.

Exceptions

ArgumentOutOfRangeException

 Español