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

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

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

Syntax

C#
public bool IsUserType(
	Type type
)

Parameters

type
Type: System..::.Type
The type to test; must not be null.

Return Value

true iff the specified type is a valid user type.

Implements

IPofContext..::.IsUserType(Type)

See Also