Oracle® Coherence .NET API Reference Release 3.6
E15727-01

[Missing <summary> documentation for "M:Tangosol.IO.Pof.PofStreamWriter.WriteUserType(System.Int32,System.Object)"]

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

Syntax

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

Parameters

iProp
Type: System..::.Int32

[Missing <param name="iProp"/> documentation for "M:Tangosol.IO.Pof.PofStreamWriter.WriteUserType(System.Int32,System.Object)"]

o
Type: System..::.Object

[Missing <param name="o"/> documentation for "M:Tangosol.IO.Pof.PofStreamWriter.WriteUserType(System.Int32,System.Object)"]

See Also