NamedIdMemberConvention Constructor (String) |
Namespace:
MongoDB.Bson.Serialization.Conventions
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax public NamedIdMemberConvention(
params string[] names
)
Public Sub New (
ParamArray names As String()
)
new :
names : string[] -> NamedIdMemberConvention
Parameters
- names
- Type: SystemString
The names.
See Also