ReflectionCallHelper.ObjectPropertySetterDelegate 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 void ReflectionCallHelper::ObjectPropertySetterDelegate(System::Object ^ instance, System::Object ^ value);
public delegate void ReflectionCallHelper.ObjectPropertySetterDelegate(object instance, object value);
type ReflectionCallHelper.ObjectPropertySetterDelegate = delegate of obj * obj -> unit
Public Delegate Sub ReflectionCallHelper.ObjectPropertySetterDelegate(instance As Object, value As Object)
Parameters
- instance
- Object
- value
- Object