[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected Dictionary<Type, Func<string, Object, BSONElement>> m_CLRtoBSON
protected Dictionary<Type, Func<string, Object, BSONElement>> m_CLRtoBSON
Protected m_CLRtoBSON As Dictionary(Of Type, Func(Of String, Object, BSONElement))
Protected m_CLRtoBSON As Dictionary(Of Type, Func(Of String, Object, BSONElement))
protected:
Dictionary<Type^, Func<String^, Object^, BSONElement^>^>^ m_CLRtoBSON
protected:
Dictionary<Type^, Func<String^, Object^, BSONElement^>^>^ m_CLRtoBSON
val mutable m_CLRtoBSON: Dictionary<Type, Func<string, Object, BSONElement>>
val mutable m_CLRtoBSON: Dictionary<Type, Func<string, Object, BSONElement>>
Field Value
Type:
Dictionary
Type,
Func
String,
Object,
BSONElement