Class TextLineCollection

Class TextLineCollection

A név: Aspose.Html.Toolkit.Markdown.Syntax.Text Összefoglaló: Aspose.HTML.dll (25.4.0)

A TextLineCollection képviselete.

[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

Örökletes tagok

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(int)

Megkapja az adott pozíció indexét.

public int IndexOf(int position)

Parameters

position int

A pozíció

Returns

int

Az index a gyűjtemény a szótárban -or- -1 ha a pozíció nem található.

Exceptions

ArgumentOutOfRangeException

 Magyar