RuntimeTypeParamsBuilderIsTypeParams Method

Typemock Isolator Developer Guide
Checks if the object is an instance of TypeParams type

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public bool IsTypeParams(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to check

Return Value

Type: Boolean

Implements

TypeParamsBuilderIsTypeParams(Object)
See Also

Reference