Click or drag to resize

PofSparseArrayInstantiateNullValue Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual PofSparseArrayNilPofValue InstantiateNullValue(
	int of,
	int nIndex
)

Parameters

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

Return Value

Type: PofSparseArrayNilPofValue
An instance of PofSparseArrayNilPofValue.
See Also