Click or drag to resize

HostFunctions.typeOf Method

Overload List
 NameDescription
Public methodCode exampletypeOf(Object) Gets the Type for the specified host type. This version is invoked if the specified object cannot be used as a type argument.
Public methodCode exampletypeOf<T>() Gets the Type for the specified host type. This version is invoked if the specified object can be used as a type argument.
Top
See Also