WorkflowEngineHelperGetWithWildCardT - метод
Пространство имён: Tessa.Workflow.HelpfulСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static T GetWithWildCard<T>(
IList fromList,
int index,
params string[] hashPath
)
Public Shared Function GetWithWildCard(Of T) (
fromList As IList,
index As Integer,
ParamArray hashPath As String()
) As T
public:
generic<typename T>
static T GetWithWildCard(
IList^ fromList,
int index,
... array<String^>^ hashPath
)
static member GetWithWildCard :
fromList : IList *
index : int *
hashPath : string[] -> 'T
- fromList IList
-
- index Int32
-
- hashPath String
-
- T
T