JornWildt / Ramone

A C# client framework for consuming HTTP/REST services
Other
61 stars 11 forks source link

ContextRegistrator should be aware of arrays #32

Closed JornWildt closed 7 years ago

JornWildt commented 8 years ago

The ContextRegistrator should recognize an array of items and apply its context registration process to each of the items.

Applies to lists too.

Maybe looking for IEnumerable would be even better?