Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Instantiate a PofSparseArray..::..NilPofValue (factory method).

Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence (in Coherence.dll) Version: 12.1.3.0 (12.1.3.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