DelegatingStreamCreateObjRef Method |
[Missing <summary> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.CreateObjRef(System.Type)"]
Namespace:
MongoDB.Driver.GridFS
Assembly:
MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax public override ObjRef CreateObjRef(
Type requestedType
)
Public Overrides Function CreateObjRef (
requestedType As Type
) As ObjRef
abstract CreateObjRef :
requestedType : Type -> ObjRef
override CreateObjRef :
requestedType : Type -> ObjRef
Parameters
- requestedType
- Type: SystemType
[Missing <param name="requestedType"/> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.CreateObjRef(System.Type)"]
Return Value
Type:
ObjRef[Missing <returns> documentation for "M:MongoDB.Driver.GridFS.DelegatingStream.CreateObjRef(System.Type)"]
See Also