Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public List<Dictionary<string, string>> Cache { get; private set; }
Visual Basic
Public Property Cache As List(Of Dictionary(Of String, String))
	Get
	Private Set
Visual C++
public:
property List<Dictionary<String^, String^>^>^ Cache {
	List<Dictionary<String^, String^>^>^ get ();
	private: void set (List<Dictionary<String^, String^>^>^ value);
}

See Also