CollationFeature Constructor |
Namespace: MongoDB.Driver.Core.MiscAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public CollationFeature(
string name,
SemanticVersion firstSupportedVersion
)
Public Sub New (
name As String,
firstSupportedVersion As SemanticVersion
)
new :
name : string *
firstSupportedVersion : SemanticVersion -> CollationFeature
Parameters
- name
- Type: SystemString
The name of the feature. - firstSupportedVersion
- Type: MongoDB.Driver.Core.MiscSemanticVersion
The first server version that supports the feature.
See Also