◆ Add< T >()
void FiftyOne.Pipeline.Core.TypedMap.ITypedKeyMap.Add< T > | ( | ITypedKey< T > | key, |
T | data | ||
) |
Add the specified data to the collection using the specified key.
- Template Parameters
-
- T - The type of the data being stored.
- Parameters
-
- key - The key used to identify the data.
- data - The data to store.
Implemented in FiftyOne.Pipeline.Core.TypedMap.TypedKeyMap.