SubstituterInsert Delegate |
[Missing <summary> documentation for "T:Scanjour.Workflow4.Common.Substituter.Insert"]
Namespace: Scanjour.Workflow4.CommonAssembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic delegate string Insert(
string code
)
Public Delegate Function Insert (
code As String
) As String
public delegate String^ Insert(
String^ code
)
type Insert =
delegate of
code : string -> string
Parameters
- code String
-
Return Value
String
See Also