Data collection that is to be stored in the cache.

Namespace: MonoSoftware.MonoX.Caching
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public IEnumerable Collection { get; set; }
Visual Basic
Public Property Collection As IEnumerable
	Get
	Set
Visual C++
public:
property IEnumerable^ Collection {
	IEnumerable^ get ();
	void set (IEnumerable^ value);
}
F#
member Collection : IEnumerable with get, set

Property Value

Type: IEnumerable

See Also