Initializes a new instance of the CachedInstance class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public CachedInstance( List<Dictionary<string, string>> processedInfo ) |
Visual Basic |
---|
Public Sub New ( _ processedInfo As List(Of Dictionary(Of String, String)) _ ) |
Visual C++ |
---|
public: CachedInstance( List<Dictionary<String^, String^>^>^ processedInfo ) |
Parameters
- processedInfo
- Type: System.Collections.Generic..::..List<(Of <(<'Dictionary<(Of <(<'String, String>)>)>>)>)>