Table of Contents

Method CreateMemory

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

CreateMemory(TItem[])

Creates the Memory{TITem} structure.

protected abstract TMemory CreateMemory(TItem[] items)

Parameters

items TItem[]

The items to initialize the resulting instance with.

Returns

TMemory

The created memory structure.