[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 BSONDocumentElement Amount_CLRtoBSON(
string name,
Amount amount
)
public static BSONDocumentElement Amount_CLRtoBSON(
string name,
Amount amount
)
Public Shared Function Amount_CLRtoBSON (
name As String,
amount As Amount
) As BSONDocumentElement
Public Shared Function Amount_CLRtoBSON (
name As String,
amount As Amount
) As BSONDocumentElement
public:
static BSONDocumentElement^ Amount_CLRtoBSON(
String^ name,
Amount amount
)
public:
static BSONDocumentElement^ Amount_CLRtoBSON(
String^ name,
Amount amount
)
static member Amount_CLRtoBSON :
name : string *
amount : Amount -> BSONDocumentElement
static member Amount_CLRtoBSON :
name : string *
amount : Amount -> BSONDocumentElement
Return Value
Type:
BSONDocumentElement