Table of Contents

Class MetadataContext

Namespace
Sccg
Assembly
Sccg.dll

Context of Metadata.

public sealed class MetadataContext : IEnumerable<KeyValuePair<string, object?>>, IEnumerable
Inheritance
MetadataContext
Implements
Inherited Members

Properties

Count

Gets the number of key/value pairs contained in the MetadataContext.

Keys

Gets a collection containing the keys in the MetadataContext.

Values

Gets a collection containing the values in the MetadataContext.

Methods

Add(string, object?)

Adds the specified key and value to the dictionary.

ContainsKey(string)

Determines whether the MetadataContext contains the specified key

GetEnumerator()

Returns an enumerator that iterates through the collection.

Get<T>(string, T)

Adds the specified key and value to the dictionary.