Method Append

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.Serialization.Conventions

Assembly

MongoDB.Bson.dll

Append(IConventionPack)

Appends the conventions in another pack to the end of this pack.

public void Append(IConventionPack other)

Parameters

other IConventionPack

The other pack.