Loads records from the given dictionary.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static List<DemoRecord> load(
Dictionary<string, string> props
)
Public Shared Function load (
props As Dictionary(Of String, String)
) As List(Of DemoRecord)
public:
static List<DemoRecord^>^ load(
Dictionary<String^, String^>^ props
)
static member load :
props : Dictionary<string, string> -> List<DemoRecord>
Parameters
- props
- Type: System.Collections.GenericDictionaryString, String
Return Value
Type:
ListDemoRecordSee Also