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.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public void AddRange(
	IEnumerable<IConvention> conventions
)

Parameters

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