Class TextLineCollection
Navne til: Aspose.Html.Toolkit.Markdown.Syntax.Text Sammensætning: Aspose.HTML.dll (25.4.0)
Den repræsenterer 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
De arvede medlemmer
ReadOnlyCollection
Methods
IndexOf(Int)
Indekset af den pågældende position.
public int IndexOf(int position)
Parameters
position
int
Positionen er
Returns
Indeksen for samlingen i ordlisten -eller -1 hvis positionen ikke findes.