PropertyHelper.SetValue<T>(Action<T>, T) Method
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:
generic <typename T>
static void SetValue(Action<T> ^ setter, T propertyValue);
public static void SetValue<T> (Action<T> setter, T propertyValue);
static member SetValue : Action<'T> * 'T -> unit
Public Shared Sub SetValue(Of T) (setter As Action(Of T), propertyValue As T)
Type Parameters
- T
Parameters
- setter
- Action<T>
- propertyValue
- T