loadMany

Utility method that loads many of a model T off of a fast JSON object. Calls the delegate f for each member loaded, returning nothing.

void
loadMany
(
T
)
(,
ref JSON obj
,
void delegate
(
T
)
F
)

Meta