Represents a dictionary object with string keys and values of type T. Useful for creating objects with dynamic keys.
T
The type of values in the dictionary.
Represents a dictionary object with string keys and values of type
T
. Useful for creating objects with dynamic keys.