public string RunMacro(
IConfigSectionNode node,
string inputValue,
string macroName,
IConfigSectionNode macroParams,
IMacroRunner runner = null,
Object context = null
)
public string RunMacro(
IConfigSectionNode node,
string inputValue,
string macroName,
IConfigSectionNode macroParams,
IMacroRunner runner = null,
Object context = null
)
Public Function RunMacro (
node As IConfigSectionNode,
inputValue As String,
macroName As String,
macroParams As IConfigSectionNode,
Optional runner As IMacroRunner = Nothing,
Optional context As Object = Nothing
) As String
Public Function RunMacro (
node As IConfigSectionNode,
inputValue As String,
macroName As String,
macroParams As IConfigSectionNode,
Optional runner As IMacroRunner = Nothing,
Optional context As Object = Nothing
) As String
public:
String^ RunMacro(
IConfigSectionNode^ node,
String^ inputValue,
String^ macroName,
IConfigSectionNode^ macroParams,
IMacroRunner^ runner = nullptr,
Object^ context = nullptr
)
public:
String^ RunMacro(
IConfigSectionNode^ node,
String^ inputValue,
String^ macroName,
IConfigSectionNode^ macroParams,
IMacroRunner^ runner = nullptr,
Object^ context = nullptr
)
member RunMacro :
node : IConfigSectionNode *
inputValue : string *
macroName : string *
macroParams : IConfigSectionNode *
?runner : IMacroRunner *
?context : Object
(* Defaults:
let _runner = defaultArg runner null
let _context = defaultArg context null
*)
-> string
member RunMacro :
node : IConfigSectionNode *
inputValue : string *
macroName : string *
macroParams : IConfigSectionNode *
?runner : IMacroRunner *
?context : Object
(* Defaults:
let _runner = defaultArg runner null
let _context = defaultArg context null
*)
-> string