Class ORMultiValueDictionaryKey<TKey, TValue>
Inheritance
ORMultiValueDictionaryKey<TKey, TValue>
Assembly: Akka.DistributedData.dll
Syntax
[Serializable]
public sealed class ORMultiValueDictionaryKey<TKey, TValue> : Key<ORMultiValueDictionary<TKey, TValue>>, IKey<ORMultiValueDictionary<TKey, TValue>>, IKey, IReplicatedDataSerialization
Type Parameters
Name |
Description |
TKey |
|
TValue |
|
Constructors
|
Edit this page
View Source
ORMultiValueDictionaryKey(string)
Declaration
public ORMultiValueDictionaryKey(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