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
TypeThe type.
Returns
- IConventionPack
The conventions for that type.