Extensions.

Invoke<T>(DispatcherObject, Func<T>) Method

Namespace
MahApps.Metro.Controls
Containing Type
Extensions

Syntax

public static T Invoke<T>(this DispatcherObject dispatcherObject, Func<T> func)

Type Parameters

Name Description
T

Parameters

Name Type Description
dispatcherObject DispatcherObject
func Func<T>

Return Value

Type Description
T