예제 #1
0
파일: Program.cs 프로젝트: johnm25/SeekU
 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);
 }
예제 #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);
 }