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
|
Improve this Doc
View Source
PNCounterDictionaryKey(String)
Declaration
public PNCounterDictionaryKey(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Properties
|
Improve this Doc
View Source
KeyType
Declaration
public Type KeyType { get; }
Property Value
Implements
Extension Methods