string Run(
IConfigSectionNode node,
string inputValue,
string macroName,
IConfigSectionNode macroParams,
Object context = null
)
string Run(
IConfigSectionNode node,
string inputValue,
string macroName,
IConfigSectionNode macroParams,
Object context = null
)
Function Run (
node As IConfigSectionNode,
inputValue As String,
macroName As String,
macroParams As IConfigSectionNode,
Optional context As Object = Nothing
) As String
Function Run (
node As IConfigSectionNode,
inputValue As String,
macroName As String,
macroParams As IConfigSectionNode,
Optional context As Object = Nothing
) As String
String^ Run(
IConfigSectionNode^ node,
String^ inputValue,
String^ macroName,
IConfigSectionNode^ macroParams,
Object^ context = nullptr
)
String^ Run(
IConfigSectionNode^ node,
String^ inputValue,
String^ macroName,
IConfigSectionNode^ macroParams,
Object^ context = nullptr
)
abstract Run :
node : IConfigSectionNode *
inputValue : string *
macroName : string *
macroParams : IConfigSectionNode *
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> string
abstract Run :
node : IConfigSectionNode *
inputValue : string *
macroName : string *
macroParams : IConfigSectionNode *
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> string