Click or drag to resize
Akka.NETORDictionaryKeyTKey, TValue Class

[Missing <summary> documentation for "T:Akka.DistributedData.ORDictionaryKey`2"]

Inheritance Hierarchy
SystemObject
  Akka.DistributedDataKeyORDictionaryTKey, TValue
    Akka.DistributedDataORDictionaryKeyTKey, TValue

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
[SerializableAttribute]
public sealed class ORDictionaryKey<TKey, TValue> : Key<ORDictionary<TKey, TValue>>
where TValue : IReplicatedData

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Akka.DistributedData.ORDictionaryKey`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Akka.DistributedData.ORDictionaryKey`2"]

The ORDictionaryKeyTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodORDictionaryKeyTKey, TValue
Initializes a new instance of the ORDictionaryKeyTKey, TValue class
Top
Properties
Methods
Extension Methods
See Also