Class PNCounterDictionaryKey<T>
Inheritance
PNCounterDictionaryKey<T>
Assembly: Akka.DistributedData.dll
Syntax
public class PNCounterDictionaryKey<T> : Key<PNCounterDictionary<T>>, IKey<PNCounterDictionary<T>>, IKey, IReplicatedDataSerialization
Type Parameters
Constructors
|
Edit this page
View Source
PNCounterDictionaryKey(string)
Declaration
public PNCounterDictionaryKey(string id)
Parameters
Type |
Name |
Description |
string |
id |
|
Properties
|
Edit this page
View Source
KeyType
Declaration
public Type KeyType { get; }
Property Value
Implements
Extension Methods