Class SkiaLabel.SpanCollection
public class SkiaLabel.SpanCollection : ObservableRangeCollection<TextSpan>, IList<TextSpan>, ICollection<TextSpan>, IReadOnlyList<TextSpan>, IReadOnlyCollection<TextSpan>, IEnumerable<TextSpan>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
- Inheritance
-
ObservableRangeCollection<TextSpan>SkiaLabel.SpanCollection
- Implements
- Inherited Members
-
ObservableRangeCollection<TextSpan>.Replace(TextSpan)
- Extension Methods
Methods
ClearItems()
Removes all items from the collection.
protected override void ClearItems()
InsertItem(int, TextSpan)
Inserts an item into the collection at the specified index.
protected override void InsertItem(int index, TextSpan item)
Parameters
indexintThe zero-based index at which
itemshould be inserted.itemTextSpanThe object to insert.
SetItem(int, TextSpan)
Replaces the element at the specified index.
protected override void SetItem(int index, TextSpan item)