ObjectSortDefinition<TDocument> Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntaxpublic ObjectSortDefinition(
Object obj
)
Public Sub New (
obj As Object
)
new :
obj : Object -> ObjectSortDefinition
Parameters
- obj
- Type: System.Object
The object.
See Also