Skip to content

Instantly share code, notes, and snippets.

View darrenkopp's full-sized avatar

Darren Kopp darrenkopp

View GitHub Profile
private object ReadList(Type listType, object existingContainer)
{
if (IsDictionary(listType))
{
return ReadDictionary(listType, existingContainer);
}
NewDocument(_reader.ReadInt32());
var isReadonly = false;
var itemType = ListHelper.GetListItemType(listType);