System.Collections.Generic.List.Add(NUnit.Framework.Builders.PairwiseStrategy.Tuple)

Here are the examples of the csharp api class System.Collections.Generic.List.Add(NUnit.Framework.Builders.PairwiseStrategy.Tuple) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

1. Example

Project: iOS4Unity
Source File: PairwiseStrategy.cs
public void Add(Tuple tuple)
			{
				this.tuples.Add(tuple);
			}

2. Example

Project: nunit-unity3d
Source File: PairwiseStrategy.cs
public void Add(Tuple tuple)
			{
				this.tuples.Add(tuple);
			}