IPluginSyncTApply(ActionT) Method
Gets exclusive access to the resource and applies the specified action to it.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
void Apply(
Action<T> action
)
Sub Apply (
action As Action(Of T)
)
void Apply(
Action<T>^ action
)
abstract Apply :
action : Action<'T> -> unit
Parameters
- action ActionT
- Action to apply. Receives the resource as argument.