eDriven Framework API
Composite Constructor (tweens)
NamespaceseDriven.AnimationCompositeComposite(IEnumerable<(Of <<'(IAsyncAction>)>>))
eDriven Framework API
Initializes a new instance of the Composite class
Declaration Syntax
C#Visual BasicVisual C++
protected Composite(
	IEnumerable<IAsyncAction> tweens
)
Protected Sub New ( _
	tweens As IEnumerable(Of IAsyncAction) _
)
protected:
Composite(
	IEnumerable<IAsyncAction^>^ tweens
)
Parameters
tweens (IEnumerable<(Of <(<'IAsyncAction>)>)>)

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)