ConventionPack.AddRange Method (original) (raw)

ConventionPackAddRange Method

Adds a range of conventions.

Namespace: MongoDB.Bson.Serialization.Conventions
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public void AddRange( IEnumerable conventions )

Public Sub AddRange ( conventions As IEnumerable(Of IConvention) )

member AddRange : conventions : IEnumerable -> unit

Parameters

conventions

Type: System.Collections.GenericIEnumerableIConvention
The conventions.

Exceptions

See Also

Reference