ReadOnlyDictionaryAdapter indexer

Gets the value associated with the specified string key, or null if the key does not exist.

public object? this[string key] { get; }
parameter description
key The string key whose value to get.

Return Value

The value associated with the specified key, or null if the key is not found.

See Also