WorkflowEngineHelperGetOrAddT(IDictionaryString, Object, String, Int32, String, T) - метод
Пространство имён: Tessa.Workflow.HelpfulСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static T GetOrAdd<T>(
IDictionary<string, Object> fromHash,
string[] listPath,
int index,
string[] hashPath,
T defaultValue = null
)
Public Shared Function GetOrAdd(Of T) (
fromHash As IDictionary(Of String, Object),
listPath As String(),
index As Integer,
hashPath As String(),
Optional defaultValue As T = Nothing
) As T
public:
generic<typename T>
static T GetOrAdd(
IDictionary<String^, Object^>^ fromHash,
array<String^>^ listPath,
int index,
array<String^>^ hashPath,
T defaultValue = nullptr
)
static member GetOrAdd :
fromHash : IDictionary<string, Object> *
listPath : string[] *
index : int *
hashPath : string[] *
?defaultValue : 'T
(* Defaults:
let _defaultValue = defaultArg defaultValue null
*)
-> 'T
- fromHash IDictionaryString, Object
-
- listPath String
-
- index Int32
-
- hashPath String
-
- defaultValue T (Optional)
-
- T
T