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