Click or drag to resize
ConventionPackAddRange Method
Adds a range of conventions.

Namespace: MongoDB.Bson.Serialization.Conventions
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public void AddRange(
	IEnumerable<IConvention> conventions
)

Parameters

conventions
Type: System.Collections.GenericIEnumerableIConvention
The conventions.
Exceptions
ExceptionCondition
ArgumentNullException
See Also