System.Collections.Concurrent.ConcurrentBag.Add(Animate)

Here are the examples of the csharp api class System.Collections.Concurrent.ConcurrentBag.Add(Animate) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

1. Example

Project: sodium
Source File: CompositionTargetSecondsTimerSystem.cs
public void AddAnimation(Animate animation) => this.animationsToRun.Add(animation);

2. Example

Project: sodium
Source File: CompositionTargetTimerSystem.cs
public void AddAnimation(Animate animation) => this.animationsToRun.Add(animation);