C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..TheValues Property

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

Syntax


public List<T> TheValues { get; }
Public ReadOnly Property TheValues As List(Of T)
	Get
public:
property List<T>^ TheValues {
	List<T>^ get ();
}