\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.TypedMap.TypedKey< T > Class Template Reference

Detailed Description

A key to a ITypedKeyMap data store.

Template Parameters
T - The type of the data that is associated with this key.

Inheritance diagram for FiftyOne.Pipeline.Core.TypedMap.TypedKey< T >:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.TypedMap.TypedKey< T >:

[legend]

Public Member Functions

 TypedKey (string name)
Constructor More...

Public Attributes

string  Name => _name
The name of the key, used to identify and access the data in the store. More...

Constructor & Destructor Documentation

Member Data Documentation