public string Run(
IConfigSectionNode node,
string inputValue,
string macroName,
IConfigSectionNode macroParams,
Object context = null
)
public string Run(
IConfigSectionNode node,
string inputValue,
string macroName,
IConfigSectionNode macroParams,
Object context = null
)
Public Function Run (
node As IConfigSectionNode,
inputValue As String,
macroName As String,
macroParams As IConfigSectionNode,
Optional context As Object = Nothing
) As String
Public Function Run (
node As IConfigSectionNode,
inputValue As String,
macroName As String,
macroParams As IConfigSectionNode,
Optional context As Object = Nothing
) As String
public:
virtual String^ Run(
IConfigSectionNode^ node,
String^ inputValue,
String^ macroName,
IConfigSectionNode^ macroParams,
Object^ context = nullptr
) sealed
public:
virtual String^ Run(
IConfigSectionNode^ node,
String^ inputValue,
String^ macroName,
IConfigSectionNode^ macroParams,
Object^ context = nullptr
) sealed
abstract Run :
node : IConfigSectionNode *
inputValue : string *
macroName : string *
macroParams : IConfigSectionNode *
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> string
override 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
override Run :
node : IConfigSectionNode *
inputValue : string *
macroName : string *
macroParams : IConfigSectionNode *
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> string