Interface IDictionary<T>

Generic dictionary interface for key-value pairs.

Type Parameters

  • T

    The type of values stored in the dictionary

Indexable

  • [Key: string]: T