Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct PortableType instance with a specified type id and implementation version.

Namespace: Tangosol.IO.Pof.Schema.Annotation
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public PortableType(
	int id,
	int version
)

Parameters

id
Type: System..::..Int32
Type identifier
version
Type: System..::..Int32
Implementation version

See Also