System.Bindings.CustomScope.TCustomScope.operator ()

From RAD Studio API Documentation
Jump to: navigation, search

C++

operator System::Bindings::Evalprotocol::ICustomScope*(void) { return (System::Bindings::Evalprotocol::ICustomScope*)&__ICustomScope; }
operator System::Bindings::Evalprotocol::_di_IScope()

Properties

Type Visibility Source Unit Parent
function public System.Bindings.CustomScope.hpp System.Bindings.CustomScope TCustomScope

Description

C++ conversion of a TCustomScope into an ICustomScope or an IScope, depending on casting.

See Also