コード例 #1
0
 public TestClassIndividualProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
コード例 #2
0
 public TestClassGeneric(ICacheWithRemove cache)
 {
     Cache = cache;
 }
コード例 #3
0
 public TestClassIndividualProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
コード例 #4
0
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }
コード例 #5
0
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
     ReadOnlyAutoProperty = "some value";
 }
コード例 #6
0
 public TestClassWithProperties(ICacheWithRemove cache)
 {
     Cache = cache;
 }