Method PushWrapped
PushWrapped<T>(string, T)
Adds a wrapped value to the end of the named array element (see $push).
public UpdateBuilder PushWrapped<T>(string name, T value)
Parameters
name
stringThe name of the array element.
value
TThe wrapped value to add to the end of the array.
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Type Parameters
T
The type of wrapped value.