MemberDefaultValueConvention Constructor |
Namespace:
MongoDB.Bson.Serialization.Conventions
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax public MemberDefaultValueConvention(
Type type,
Object defaultValue
)
Public Sub New (
type As Type,
defaultValue As Object
)
new :
type : Type *
defaultValue : Object -> MemberDefaultValueConvention
Parameters
- type
- Type: SystemType
The type of the member. - defaultValue
- Type: SystemObject
The default value for members of this type.
See Also