ReflectionCallHelper.ObjectPropertyGetterDelegate Delegate
Definition
Important
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: delegate System::Object ^ ReflectionCallHelper::ObjectPropertyGetterDelegate(System::Object ^ instance);
public delegate object ReflectionCallHelper.ObjectPropertyGetterDelegate(object instance);
type ReflectionCallHelper.ObjectPropertyGetterDelegate = delegate of obj -> obj
Public Delegate Function ReflectionCallHelper.ObjectPropertyGetterDelegate(instance As Object) As Object
Parameters
- instance
- Object