Beispiel #1
0
 public void TestInitialize()
 {
     m_Cache = new Cache<string, string>(delegate { return true; });
 }
Beispiel #2
0
 public void Cache_Constructor_NullComparer_Ok()
 {
     m_Cache = new Cache<string, string>(null, null);
 }