Skip to content

Commit f3153fa

Browse files
committed
Fix
1 parent e61d57f commit f3153fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/data-formats/bson.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ The following code sample shows a custom reader that inherits from the
233233

234234
public class CustomReader : IBsonReader
235235
{
236+
private readonly BinaryReader _reader;
237+
236238
public CustomReader(Stream stream)
237239
{
238240
_reader = new BinaryReader(stream);

0 commit comments

Comments
 (0)