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

Determine if the given object is of a user type known to this IPofContext.

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

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