Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

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

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