Class ORDictionaryKey<TKey, TValue>
Inheritance
ORDictionaryKey<TKey, TValue>
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class ORDictionaryKey<TKey, TValue> : Key<ORDictionary<TKey, TValue>>, IKey<ORDictionary<TKey, TValue>>, IKey, IReplicatedDataSerialization where TValue : IReplicatedData<TValue>
Type Parameters
Name |
Description |
TKey |
|
TValue |
|
Constructors
|
Improve this Doc
View Source
ORDictionaryKey(String)
Declaration
public ORDictionaryKey(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Properties
|
Improve this Doc
View Source
KeyType
Declaration
public Type KeyType { get; }
Property Value
|
Improve this Doc
View Source
ValueType
Declaration
public Type ValueType { get; }
Property Value
Implements
Extension Methods