Table of Contents

Class SKConfettiSystemCollection

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

An observable collection of SKConfettiSystem instances.

public class SKConfettiSystemCollection : ObservableCollection<SKConfettiSystem>, IList<SKConfettiSystem>, ICollection<SKConfettiSystem>, IList, ICollection, IReadOnlyList<SKConfettiSystem>, IReadOnlyCollection<SKConfettiSystem>, IEnumerable<SKConfettiSystem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance
SKConfettiSystemCollection
Implements
Inherited Members

Constructors

SKConfettiSystemCollection()

Initializes a new instance of the SKConfettiSystemCollection class.

SKConfettiSystemCollection(IEnumerable<SKConfettiSystem>)

Initializes a new instance of the SKConfettiSystemCollection class with items from the specified collection.

SKConfettiSystemCollection(List<SKConfettiSystem>)

Initializes a new instance of the SKConfettiSystemCollection class with items from the specified list.