JNodeGetMap Method (String, FuncString, Type) Breeze.sharp

[Missing <summary> documentation for "M:Breeze.Sharp.JNode.GetMap(System.String,System.Func{System.String,System.Type})"]

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public Dictionary<string, Object> GetMap(
	string propName,
	Func<string, Type> toTypeFn
)

Parameters

propName
Type: SystemString
toTypeFn
Type: SystemFuncString, Type

Return Value

Type: DictionaryString, Object
See Also

Reference