Class TextLineCollection

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 TextLineCollection

Implements

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

继承人

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

Methods

IndexOf(因特)

接收指数的指定位置。

public int IndexOf(int position)

Parameters

position int

立场

Returns

int

收藏的指数在字典 - 或 - -1 如果位置没有找到。

Exceptions

ArgumentOutOfRangeException

 中文