C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)> Class

Class TheMirrorCache.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class TheMirrorCache<T> : IDisposable
where T : TheDataBase, INotifyPropertyChanged
Public Class TheMirrorCache(Of T As {TheDataBase, INotifyPropertyChanged}) _
	Implements IDisposable
generic<typename T>
where T : TheDataBase, INotifyPropertyChanged
public ref class TheMirrorCache : IDisposable

Type Parameters

T

Inheritance Hierarchy


Object
  nsCDEngine.Engines.StorageService..::..TheMirrorCache<(Of <(<'T>)>)>