Click or drag to resize

PofSparseArrayNilPofValue Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a SimplePofValue instance wrapping the supplied binary.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public NilPofValue(
	IPofValue valueParent,
	IPofContext ctx,
	int of,
	int nType,
	int nIndex
)

Parameters

valueParent
Type: Tangosol.IO.Pof.ReflectionIPofValue
Parent value within the POF stream.
ctx
Type: Tangosol.IO.PofIPofContext
POF context to use when reading or writing properties.
of
Type: SystemInt32
Offset of this value from the beginning of POF stream.
nType
Type: SystemInt32
POF type identifier for this value.
nIndex
Type: SystemInt32
Index of this value within the parent sparse array.
See Also