Property this
this[string]
Gets the MetadataContainer with the specified key.
Declaration
public override MetadataContainer this[string key] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Property Value
| Type | Description |
|---|---|
| MetadataContainer | The MetadataContainer with the specified key. |