示例#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);
 }