[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 virtual BSONElement GetAmorphousFieldAsBSON(
KeyValuePair<string, Object> field,
string targetName
)
protected virtual BSONElement GetAmorphousFieldAsBSON(
KeyValuePair<string, Object> field,
string targetName
)
Protected Overridable Function GetAmorphousFieldAsBSON (
field As KeyValuePair(Of String, Object),
targetName As String
) As BSONElement
Protected Overridable Function GetAmorphousFieldAsBSON (
field As KeyValuePair(Of String, Object),
targetName As String
) As BSONElement
protected:
virtual BSONElement^ GetAmorphousFieldAsBSON(
KeyValuePair<String^, Object^> field,
String^ targetName
)
protected:
virtual BSONElement^ GetAmorphousFieldAsBSON(
KeyValuePair<String^, Object^> field,
String^ targetName
)
abstract GetAmorphousFieldAsBSON :
field : KeyValuePair<string, Object> *
targetName : string -> BSONElement
override GetAmorphousFieldAsBSON :
field : KeyValuePair<string, Object> *
targetName : string -> BSONElement
abstract GetAmorphousFieldAsBSON :
field : KeyValuePair<string, Object> *
targetName : string -> BSONElement
override GetAmorphousFieldAsBSON :
field : KeyValuePair<string, Object> *
targetName : string -> BSONElement
Return Value
Type:
BSONElement