[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<BSONElement, Object>> m_BSONtoCLR
protected Dictionary<Type, Func<BSONElement, Object>> m_BSONtoCLR
Protected m_BSONtoCLR As Dictionary(Of Type, Func(Of BSONElement, Object))
Protected m_BSONtoCLR As Dictionary(Of Type, Func(Of BSONElement, Object))
protected:
Dictionary<Type^, Func<BSONElement^, Object^>^>^ m_BSONtoCLR
protected:
Dictionary<Type^, Func<BSONElement^, Object^>^>^ m_BSONtoCLR
val mutable m_BSONtoCLR: Dictionary<Type, Func<BSONElement, Object>>
val mutable m_BSONtoCLR: Dictionary<Type, Func<BSONElement, Object>>
Field Value
Type:
Dictionary
Type,
Func BSONElement,
Object