Beispiel #1
0
		public TAInstrumentation(bool instrumentCollections)
		{
			if (instrumentCollections)
			{
				_collectionsStep = new TACollectionsStep();
			}
		}
Beispiel #2
0
 public TAInstrumentation(bool instrumentCollections)
 {
     if (instrumentCollections)
     {
         _collectionsStep = new TACollectionsStep();
     }
 }