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
|
Improve this Doc
View Source
ORMultiValueDictionaryKey(String)
Declaration
public ORMultiValueDictionaryKey(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