Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Determine if the given object is of a user type known to this IPofContext.

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

Syntax

C#
public virtual bool IsUserType(
	Object o
)

Parameters

o
Type: System..::..Object
The object to test; must not be null.

Return Value

true iff the specified object is of a valid user type.

Implements

IPofContext..::..IsUserType(Object)

Exceptions

ExceptionCondition
System..::..ArgumentNullException If the o is null.

See Also