ModelReaderWriterTypeBuilder
Provides an interface to create objects without needing reflection.
Gets the type this builder creates.
If this builder is a collection, gets the type of the items in the collection.
protected ModelReaderWriterTypeBuilder()
Adds an item to the passed in collection builder.
Adds an item to the passed in collection builder under the specified key.
Converts the passed in builder collection into the requested collection type.
Creates and returns a new instance of the object type that this builder represents.
Gets an IEnumerable representation of the passed in collection.