Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.1.0)
E69639-01
Construct a PofCollection instance wrapping the supplied binary.

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

Syntax

C#
public PofCollection(
	IPofValue valueParent,
	Binary binValue,
	IPofContext ctx,
	int of,
	int nType,
	int ofChildren,
	int cElements
)

Parameters

valueParent
Type: Tangosol.IO.Pof.Reflection..::..IPofValue
Parent value within the POF stream.
binValue
Type: Tangosol.Util..::..Binary
Binary representation of this value.
ctx
Type: Tangosol.IO.Pof..::..IPofContext
POF context to use when reading or writing properties.
of
Type: System..::..Int32
Offset of this value from the beginning of POF stream.
nType
Type: System..::..Int32
POF type identifier for this value.
ofChildren
Type: System..::..Int32
Offset of the first child element within this value.
cElements
Type: System..::..Int32
The size of this collection.

See Also