Table of Contents

this Property

Definition

Namespace
Savvyio
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/MetadataDictionary.cs

this[string]

Gets or sets the element with the specified key.

public object this[string key] { get; set; }

Parameters

key string

The key of the value to get or set.

Property Value

object

The value associated with the specified key.