Click or drag to resize

IObjectCastT Method

Casts the interface to an interface of another type.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
T Cast<T>()
where T : class

Type Parameters

T
The interface that will be implemented in the returned object.

Return Value

Type: T
An object of the T interface.
See Also