Class TextLineCollection

Class TextLineCollection

Název místa: Aspose.Html.Toolkit.Markdown.Syntax.Text Sbírka: Aspose.HTML.dll (25.4.0)

Představuje 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

Dědiční členové

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)

Získáte index dané pozice.

public int IndexOf(int position)

Parameters

position int

Pozice

Returns

int

Index sbírky v slovníku - nebo -1 pokud není umístění nalezeno.

Exceptions

ArgumentOutOfRangeException

 Čeština