[Missing <summary> documentation for "M:Breeze.Sharp.JNode.ToObject(System.Type,System.Boolean)"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public Object ToObject(
Type t,
bool shouldCamelCase = false
)
Public Function ToObject (
t As Type,
Optional shouldCamelCase As Boolean = false
) As Object
public:
Object^ ToObject(
Type^ t,
bool shouldCamelCase = false
)
member ToObject :
t : Type *
?shouldCamelCase : bool
(* Defaults:
let _shouldCamelCase = defaultArg shouldCamelCase false
*)
-> Object
Parameters
- t
- Type: SystemType
- shouldCamelCase (Optional)
- Type: SystemBoolean
Return Value
Type:
Object
Reference