protected virtual bool TryConvertBSONtoCLR(
Type target,
BSONElement element,
string targetName,
out Object clrValue,
Func<BSONDocument, BSONElement, bool> filter
)
protected virtual bool TryConvertBSONtoCLR(
Type target,
BSONElement element,
string targetName,
out Object clrValue,
Func<BSONDocument, BSONElement, bool> filter
)
Protected Overridable Function TryConvertBSONtoCLR (
target As Type,
element As BSONElement,
targetName As String,
<OutAttribute> ByRef clrValue As Object,
filter As Func(Of BSONDocument, BSONElement, Boolean)
) As Boolean
Protected Overridable Function TryConvertBSONtoCLR (
target As Type,
element As BSONElement,
targetName As String,
<OutAttribute> ByRef clrValue As Object,
filter As Func(Of BSONDocument, BSONElement, Boolean)
) As Boolean
protected:
virtual bool TryConvertBSONtoCLR(
Type^ target,
BSONElement^ element,
String^ targetName,
[OutAttribute] Object^% clrValue,
Func<BSONDocument^, BSONElement^, bool>^ filter
)
protected:
virtual bool TryConvertBSONtoCLR(
Type^ target,
BSONElement^ element,
String^ targetName,
[OutAttribute] Object^% clrValue,
Func<BSONDocument^, BSONElement^, bool>^ filter
)
abstract TryConvertBSONtoCLR :
target : Type *
element : BSONElement *
targetName : string *
clrValue : Object byref *
filter : Func<BSONDocument, BSONElement, bool> -> bool
override TryConvertBSONtoCLR :
target : Type *
element : BSONElement *
targetName : string *
clrValue : Object byref *
filter : Func<BSONDocument, BSONElement, bool> -> bool
abstract TryConvertBSONtoCLR :
target : Type *
element : BSONElement *
targetName : string *
clrValue : Object byref *
filter : Func<BSONDocument, BSONElement, bool> -> bool
override TryConvertBSONtoCLR :
target : Type *
element : BSONElement *
targetName : string *
clrValue : Object byref *
filter : Func<BSONDocument, BSONElement, bool> -> bool