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 사전에서 위치가 찾을 수없는 경우.