MethodAccessorInvokeStaticActionT(T) Method
Invokes a static action method with one parameter. If the type of the parameter is not known at compile time
the non-generic
Invoke methods can be used.
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void InvokeStaticAction<T>(
T param
)
Public Sub InvokeStaticAction(Of T) (
param As T
)
public:
generic<typename T>
void InvokeStaticAction(
T param
)
member InvokeStaticAction :
param : 'T -> unit
- param T
- The value of the parameter.
- T
- The type of the parameter.