[]
Configurates NewItemCreator. Sets a function that creates new items for the collection.
public virtual TBuilder NewItemCreator(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
If the creator function is not supplied, try to create an uninitialized item of the appropriate type.