Click or drag to resize
ImmutableAvlTreeTKey, TValueAddOrUpdate Method

[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.ImmutableAvlTree`2.AddOrUpdate(`0,`1)"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ImmutableAvlTree<TKey, TValue> AddOrUpdate(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableAvlTree`2.AddOrUpdate(`0,`1)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableAvlTree`2.AddOrUpdate(`0,`1)"]

Return Value

Type: ImmutableAvlTreeTKey, TValue

[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.ImmutableAvlTree`2.AddOrUpdate(`0,`1)"]

See Also