FrameworkcoreReferenceInterfacesInterface: IKeyValue\<T\>On this pageInterface: IKeyValue<T> Interface describing a key/value pair. Type Parameters T T Properties key key: string The key for the item. value value: T The value for the item.