示例#1
0
 public override T GetOrCreateSchemaDependantState <T>(Type type, System.Func <StorageReader, T> factory)
 {
     type = typeof(T);
     return(_schemaCache.getOrCreateDependantState(type, factory, this));
 }