[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 Func<Stream, BSONElement> GetElementFactory(
BSONElementType bsonType
)
public static Func<Stream, BSONElement> GetElementFactory(
BSONElementType bsonType
)
Public Shared Function GetElementFactory (
bsonType As BSONElementType
) As Func(Of Stream, BSONElement)
Public Shared Function GetElementFactory (
bsonType As BSONElementType
) As Func(Of Stream, BSONElement)
public:
static Func<Stream^, BSONElement^>^ GetElementFactory(
BSONElementType bsonType
)
public:
static Func<Stream^, BSONElement^>^ GetElementFactory(
BSONElementType bsonType
)
static member GetElementFactory :
bsonType : BSONElementType -> Func<Stream, BSONElement>static member GetElementFactory :
bsonType : BSONElementType -> Func<Stream, BSONElement>Return Value
Type:
Func
Stream,
BSONElement