Table of Contents

Method GetResetPropMethod

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetResetPropMethod(object, string)

Gets reset method for the specified property.

public static MethodInfo? GetResetPropMethod(object instance, string propName)

Parameters

instance object
propName string

Returns

MethodInfo