CSMongo.IO.DynamicStream.DynamicStream C# (CSharp) Method

DynamicStream() public method

Creates an empty DynamicStream
public DynamicStream ( ) : System.Collections.Generic
return System.Collections.Generic
        public DynamicStream()
            : this(0)
        {
        }

Same methods

DynamicStream::DynamicStream ( int length ) : System.Collections.Generic
DynamicStream::DynamicStream ( int length, byte @default ) : System.Collections.Generic