IgnoreExtraElementsConvention Constructor |
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public IgnoreExtraElementsConvention(
bool ignoreExtraElements
)
Public Sub New (
ignoreExtraElements As Boolean
)
new :
ignoreExtraElements : bool -> IgnoreExtraElementsConvention
Parameters
- ignoreExtraElements
- Type: SystemBoolean
Whether to ignore extra elements encountered during deserialization.
See Also