Class SKConfettiSystemCollection
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.