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