Table of Contents

Method Lookup

Namespace
MongoDB.Bson.Serialization.Conventions
Assembly
MongoDB.Bson.dll

Lookup(Type)

Looks up the effective set of conventions that apply to a type.

public static IConventionPack Lookup(Type type)

Parameters

type Type

The type.

Returns

IConventionPack

The conventions for that type.