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
Implements
IList
Dědiční členové
ReadOnlyCollection
Methods
IndexOf(Int)
Získáte index dané pozice.
public int IndexOf(int position)
Parameters
position
int
Pozice
Returns
Index sbírky v slovníku - nebo -1 pokud není umístění nalezeno.