TValueHelper.AsType<T> Method

Casts the currently stored value to another type.

Namespace: Spring
public
 function AsType<T>: T;

Type Parameters

T

Return Value

Type: T

 

This method fixes the missing interface cast support of TValue.AsType<T>.