[Missing <summary> documentation for "T:Scanjour.Workflow4.Common.Substituter.Insert"]
public 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