PlaceholderScriptContext - конструктор
Пространство имён: Tessa.Platform.Placeholders.CompilationСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public PlaceholderScriptContext(
IPlaceholderScriptDependencies dependencies,
Dictionary<string, Object> info = null
)
Public Sub New (
dependencies As IPlaceholderScriptDependencies,
Optional info As Dictionary(Of String, Object) = Nothing
)
public:
PlaceholderScriptContext(
IPlaceholderScriptDependencies^ dependencies,
Dictionary<String^, Object^>^ info = nullptr
)
new :
dependencies : IPlaceholderScriptDependencies *
?info : Dictionary<string, Object>
(* Defaults:
let _info = defaultArg info null
*)
-> PlaceholderScriptContext
Параметры
- dependencies IPlaceholderScriptDependencies
-
- info DictionaryString, Object (Optional)
-