Esempio n. 1
0
 static void ArbitraryConfigurationStep(string container, InMemorySnapshotStore store)
 {
     Console.WriteLine("This ran after creation {2} built {0}.  The hash code is {1}",
         store.GetType(), store.GetHashCode(), container);
 }
Esempio n. 2
0
 static void ArbitraryConfigurationStep(string container, InMemorySnapshotStore store)
 {
     Console.WriteLine("This ran after creation {2} built {0}.  The hash code is {1}",
                       store.GetType(), store.GetHashCode(), container);
 }