Oracle® Coherence .NET API Reference Release 3.6
E15727-01

[Missing <summary> documentation for "M:Tangosol.Util.SimpleMapIndex.removeInverseMapping(System.Collections.IDictionary,System.Object,System.Object)"]

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected static void removeInverseMapping(
	IDictionary mapIndex,
	Object oIxValue,
	Object oKey
)

Parameters

mapIndex
Type: System.Collections..::.IDictionary

[Missing <param name="mapIndex"/> documentation for "M:Tangosol.Util.SimpleMapIndex.removeInverseMapping(System.Collections.IDictionary,System.Object,System.Object)"]

oIxValue
Type: System..::.Object

[Missing <param name="oIxValue"/> documentation for "M:Tangosol.Util.SimpleMapIndex.removeInverseMapping(System.Collections.IDictionary,System.Object,System.Object)"]

oKey
Type: System..::.Object

[Missing <param name="oKey"/> documentation for "M:Tangosol.Util.SimpleMapIndex.removeInverseMapping(System.Collections.IDictionary,System.Object,System.Object)"]

See Also