Interface IMethodInvoker
Interface implementation for IMethodInvoker
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public interface IMethodInvoker
Methods
Invoke(Object, Object[])
Invoke Method declaration for IMethodInvoker Interface
Declaration
object Invoke(object instance, params object[] parameters)
Parameters
Type | Name | Description |
---|---|---|
System.Object | instance | |
System.Object[] | parameters |
Returns
Type |
---|
System.Object |