Table of Contents

Constructor MetadataCollection

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

MetadataCollection()

Initializes a new instance of the MetadataCollection class that is empty.

public MetadataCollection()

MetadataCollection(MetadataCollection)

Initializes a new instance of the MetadataCollection class that contains the metadata entries copied from the specified MetadataCollection.

public MetadataCollection(MetadataCollection metadataCollection)

Parameters

metadataCollection MetadataCollection

The MetadataCollection whose metadata entries are copied to the new instance. If null, the new instance will be empty.