Description
On the documentation page for the C# driver, the Uploading Files page is referring to bytes[] instead of byte[] (there's no such type - bytes)
|
Current documentation |
IGridFSBucket bucket;
|
bytes[] source;
|
On the documentation page for the C# driver, the Uploading Files page is referring to bytes[] instead of byte[] (there's no such type - bytes)
|
Current documentation |
IGridFSBucket bucket;
|
bytes[] source;
|