Table of Contents

Method EnumerateItemsInSerializationOrder

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

EnumerateItemsInSerializationOrder(TValue)

Enumerates the items in serialization order.

protected abstract IEnumerable EnumerateItemsInSerializationOrder(TValue value)

Parameters

value TValue

The value.

Returns

IEnumerable

The items.