[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)
public static BSONElement MakeOfType(
BSONElementType bsonType,
string name,
Object value
)
public static BSONElement MakeOfType(
BSONElementType bsonType,
string name,
Object value
)
Public Shared Function MakeOfType (
bsonType As BSONElementType,
name As String,
value As Object
) As BSONElement
Public Shared Function MakeOfType (
bsonType As BSONElementType,
name As String,
value As Object
) As BSONElement
public:
static BSONElement^ MakeOfType(
BSONElementType bsonType,
String^ name,
Object^ value
)
public:
static BSONElement^ MakeOfType(
BSONElementType bsonType,
String^ name,
Object^ value
)
static member MakeOfType :
bsonType : BSONElementType *
name : string *
value : Object -> BSONElementstatic member MakeOfType :
bsonType : BSONElementType *
name : string *
value : Object -> BSONElementReturn Value
Type:
BSONElement