Click or drag to resize
IKeyValuePairTKey, TValue Interface

[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.IKeyValuePair`2"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface IKeyValuePair<out TKey, out TValue>

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Akka.Util.Internal.Collections.IKeyValuePair`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.IKeyValuePair`2"]

The IKeyValuePairTKey, TValue type exposes the following members.

Properties
  NameDescription
Public propertyKey
Public propertyValue
Top
See Also