Class TextLineCollection
Именује се: Aspose.Html.Toolkit.Markdown.Syntax.Text Асамблеја: Aspose.HTML.dll (25.4.0)
Представља текстуалну колекцију.
[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
Наслеђени чланови
ReadOnlyCollection
Methods
IndexOf(Инт)
Добије индекс одређене позиције.
public int IndexOf(int position)
Parameters
position
int
Позиција
Returns
Индекс колекције у речнику -или -1 ако се положај не налази.