EffectCollection.EffectCollection Constructors
Initializes a new instance of the EffectCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | EffectCollection() | Initializes a new empty instance of the EffectCollection class. |
Public method | EffectCollection(IEnumerable< Effect > items) | Initializes a new instance of the EffectCollection class with the specified elements. |
EffectCollection()
Initializes a new empty instance of the EffectCollection class.Syntax
public EffectCollection ()
EffectCollection(IEnumerable< Effect > items)
Initializes a new instance of the EffectCollection class with the specified elements.Syntax
public EffectCollection (
IEnumerable< Effect > items
)
Parameters
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android