Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Instantiate a PofSparseArray..::.NilPofValue (factory method).

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
protected virtual PofSparseArray..::.NilPofValue InstantiateNullValue(
	int of,
	int nIndex
)

Parameters

of
Type: System..::.Int32
Offset this value would be at if it existed.
nIndex
Type: System..::.Int32
Index of this value within the parent sparse array.

Return Value

[Missing <returns> documentation for "M:Tangosol.IO.Pof.Reflection.PofSparseArray.InstantiateNullValue(System.Int32,System.Int32)"]

See Also