Table of Contents

Constructor TagSet

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

TagSet()

Initializes a new instance of the TagSet class.

public TagSet()

TagSet(IEnumerable<Tag>)

Initializes a new instance of the TagSet class.

public TagSet(IEnumerable<Tag> tags)

Parameters

tags IEnumerable<Tag>

The tags.