Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Instantiate a PofSparseArray..::..NilPofValue (factory method).

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

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

An instance of PofSparseArray..::..NilPofValue.

See Also