Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Write an instance of a user type to the POF stream at the specified index.

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

Syntax

C#
protected void WriteUserType(
	int iProp,
	Object o
)

Parameters

iProp
Type: System..::.Int32
The property index.
o
Type: System..::.Object
The user type instance.

See Also