Click or drag to resize

HostFunctionsisTypeObjT Method

Determines whether an object is a host type. This version is invoked if the specified object can be used as a type argument.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public bool isTypeObj<T>()

Type Parameters

T
The host type (ignored).

Return Value

Boolean
True.
Remarks
This function is overloaded with isTypeObj(Object) and selected at runtime if T can be used as a type argument. Because type arguments are always host types, this method ignores its type argument and always returns true.
See Also