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
namestringThe name of the array element.
valueTThe wrapped value to add to the end of the array.
Returns
- UpdateBuilder
The builder (so method calls can be chained).
Type Parameters
TThe type of wrapped value.