Class ORMultiValueDictionaryKey<TKey, TValue>
Inherited Members
Namespace: Akka.DistributedData
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 SourceORMultiValueDictionaryKey(string)
Declaration
public ORMultiValueDictionaryKey(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id |
Properties
| Edit this page View SourceKeyType
Declaration
public Type KeyType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
ValueType
Declaration
public Type ValueType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Edit this page