Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ _check(System::Object ^ o, Type ^ t);
public static object _check (object o, Type t);
static member _check : obj * Type -> obj
Public Shared Function _check (o As Object, t As Type) As Object