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

 한국어